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 b7082b3 commit f1e8869Copy full SHA for f1e8869
.github/workflows/test.yml
@@ -12,14 +12,14 @@ jobs:
12
fail-fast: false
13
matrix:
14
os:
15
- - ubuntu-latest
16
- # - ubuntu-20.04
17
- # - ubuntu-18.04
18
- - macos-latest
19
- # - macos-11
20
- # - macos-10.15
21
- # - windows-latest
22
- # - windows-2019
+ - ubuntu-24.04 # beta
+ - ubuntu-22.04 # ubuntu-latest
+ - ubuntu-20.04
+ - macos-14 # macos-latest
+ - macos-13
+ - macos-12
+ #- windows-2022 # windows-latest
+ #- windows-2019
23
24
runs-on: ${{ matrix.os }}
25
steps:
0 commit comments