Skip to content

Update compatibility matrix #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ These are made available to subsequent workflow steps via the [`GITHUB_ENV` envi
Support for the GCC toolchain varies across GitHub-hosted runner images.

<!-- compat starts -->
| runner | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
|:-------------|:--------|:--------|:--------|:--------|:--------|:--------|:--------|
| macos-11 | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
| macos-12 | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
| macos-13 | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
| ubuntu-20.04 | | &check; | &check; | &check; | &check; | &check; | |
| ubuntu-22.04 | | | | &check; | &check; | &check; | &check; |
| windows-2019 | | | &check; | &check; | &check; | &check; | &check; |
| windows-2022 | | | &check; | &check; | &check; | &check; | &check; |
| runner | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
|:-------------|:--------|:--------|:--------|:--------|:--------|:--------|:--------|:--------|
| macos-11 | &check; | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
| macos-12 | &check; | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
| macos-13 | &check; | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
| ubuntu-20.04 | | &check; | &check; | &check; | &check; | &check; | | &check; |
| ubuntu-22.04 | | | | &check; | &check; | &check; | &check; | &check; |
| windows-2019 | | | &check; | &check; | &check; | &check; | &check; | |
| windows-2022 | | | &check; | &check; | &check; | &check; | &check; | |
<!-- compat ends -->

**Note:** version 13 of the GNU toolchain is not yet available on Windows.
Expand Down
16 changes: 8 additions & 8 deletions compat.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
runner,6,7,8,9,10,11,12
macos-11,&check;,&check;,&check;,&check;,&check;,&check;,&check;
macos-12,&check;,&check;,&check;,&check;,&check;,&check;,&check;
macos-13,&check;,&check;,&check;,&check;,&check;,&check;,&check;
ubuntu-20.04,,&check;,&check;,&check;,&check;,&check;,
ubuntu-22.04,,,,&check;,&check;,&check;,&check;
windows-2019,,,&check;,&check;,&check;,&check;,&check;
windows-2022,,,&check;,&check;,&check;,&check;,&check;
runner,6,7,8,9,10,11,12,13
macos-11,&check;,&check;,&check;,&check;,&check;,&check;,&check;,&check;
macos-12,&check;,&check;,&check;,&check;,&check;,&check;,&check;,&check;
macos-13,&check;,&check;,&check;,&check;,&check;,&check;,&check;,&check;
ubuntu-20.04,,&check;,&check;,&check;,&check;,&check;,,&check;
ubuntu-22.04,,,,&check;,&check;,&check;,&check;,&check;
windows-2019,,,&check;,&check;,&check;,&check;,&check;,
windows-2022,,,&check;,&check;,&check;,&check;,&check;,