We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8565b3c commit 31333c3Copy full SHA for 31333c3
.github/workflows/test.yml
@@ -12,14 +12,17 @@ jobs:
12
fail-fast: false
13
matrix:
14
os:
15
+ - ubuntu-24.04-arm # public preview
16
+ - ubuntu-22.04-arm # public preview
17
- ubuntu-latest # eventually will pick up the next version and test it
- - ubuntu-24.04 # beta
- - ubuntu-22.04 # ubuntu-latest
18
+ - ubuntu-24.04 # ubuntu-latest
19
+ - ubuntu-22.04
20
- ubuntu-20.04
21
- macos-latest # eventually will pick up the next version and test it
22
+ - macos-15 # public preview
23
- macos-14 # macos-latest
24
- macos-13
- - macos-12
25
+ #- windows-2025 # public preview
26
#- windows-2022 # windows-latest
27
#- windows-2019
28
0 commit comments