Skip to content

Commit 31333c3

Browse files
committed
Update runner labels for tests
1 parent 8565b3c commit 31333c3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os:
15+
- ubuntu-24.04-arm # public preview
16+
- ubuntu-22.04-arm # public preview
1517
- ubuntu-latest # eventually will pick up the next version and test it
16-
- ubuntu-24.04 # beta
17-
- ubuntu-22.04 # ubuntu-latest
18+
- ubuntu-24.04 # ubuntu-latest
19+
- ubuntu-22.04
1820
- ubuntu-20.04
1921
- macos-latest # eventually will pick up the next version and test it
22+
- macos-15 # public preview
2023
- macos-14 # macos-latest
2124
- macos-13
22-
- macos-12
25+
#- windows-2025 # public preview
2326
#- windows-2022 # windows-latest
2427
#- windows-2019
2528

0 commit comments

Comments
 (0)