Skip to content

Commit a46d6b1

Browse files
wpbonelliawvwgk
andauthored
ci: add macos-13 to test matrix (#14)
* ci: add macos-13 to test matrix * Include macos-13-x1 runner * Fix unsupported runner --------- Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 2e83043 commit a46d6b1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-22.04, ubuntu-20.04, macos-12, macos-11, windows-2022, windows-2019]
22+
os:
23+
- ubuntu-22.04
24+
- ubuntu-20.04
25+
- macos-13
26+
- macos-12
27+
- macos-11
28+
- windows-2022
29+
- windows-2019
2330
toolchain:
2431
- {compiler: gcc, version: 12}
2532
- {compiler: gcc, version: 11}

0 commit comments

Comments
 (0)