Skip to content

Commit

Permalink
[no ci] Document that ARM64 platforms can only run on Linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Oct 16, 2023
1 parent 6785ab1 commit cc49e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ which runners they can run on.
This section lists the different combinations of platforms and on which runners
they can run.

| Runner | OpenBSD | FreeBSD | NetBSD |
| ----------------------------------------------| ------- | ------- | ------ |
| **Linux** | ✅ | ✅ | ✅ |
| **macos-10.15**, **macos-11**, **macos-12** | ✅ | ✅ | ✅ |
| Runner | OpenBSD | FreeBSD | NetBSD | ARM64 |
| ----------------------------------------------| ------- | ------- | ------ | ----- |
| **Linux** | ✅ | ✅ | ✅ | ✅ |
| **macos-10.15**, **macos-11**, **macos-12** | ✅ | ✅ | ✅ | ❌ |

## `Under the Hood`

Expand Down

0 comments on commit cc49e99

Please sign in to comment.