Skip to content

Commit 07e659a

Browse files
Update compatibility matrix (#9)
1 parent 8e951eb commit 07e659a

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,14 @@ These are made available to subsequent workflow steps via the [`GITHUB_ENV` envi
7272
Support for the GCC toolchain varies across GitHub-hosted runner images.
7373

7474
<!-- compat starts -->
75-
| runner | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
76-
|:-------------|:--------|:--------|:--------|:--------|:--------|:--------|:--------|:--------|
77-
| macos-11 | | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
78-
| macos-12 | | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
79-
| ubuntu-18.04 | &check; | &check; | &check; | &check; | &check; | &check; | &check; | |
80-
| ubuntu-20.04 | | | &check; | &check; | &check; | &check; | &check; | |
81-
| ubuntu-22.04 | | | | | &check; | &check; | &check; | &check; |
82-
| windows-2019 | | | | &check; | &check; | &check; | &check; | &check; |
83-
| windows-2022 | | | | &check; | &check; | &check; | &check; | &check; |
75+
| runner | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
76+
|:-------------|----:|:--------|:--------|:--------|:--------|:--------|:--------|:--------|
77+
| macos-11 | | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
78+
| macos-12 | | &check; | &check; | &check; | &check; | &check; | &check; | &check; |
79+
| ubuntu-20.04 | | | &check; | &check; | &check; | &check; | &check; | |
80+
| ubuntu-22.04 | | | | | &check; | &check; | &check; | &check; |
81+
| windows-2019 | | | | &check; | &check; | &check; | &check; | &check; |
82+
| windows-2022 | | | | &check; | &check; | &check; | &check; | &check; |
8483
<!-- compat ends -->
8584

8685

compat.csv

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
runner,5,6,7,8,9,10,11,12
22
macos-11,,&check;,&check;,&check;,&check;,&check;,&check;,&check;
33
macos-12,,&check;,&check;,&check;,&check;,&check;,&check;,&check;
4-
ubuntu-18.04,&check;,&check;,&check;,&check;,&check;,&check;,&check;,
54
ubuntu-20.04,,,&check;,&check;,&check;,&check;,&check;,
65
ubuntu-22.04,,,,,&check;,&check;,&check;,&check;
76
windows-2019,,,,&check;,&check;,&check;,&check;,&check;

0 commit comments

Comments
 (0)