Skip to content

Commit f1e8869

Browse files
authored
Update test.yml
1 parent b7082b3 commit f1e8869

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
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
15+
- ubuntu-24.04 # beta
16+
- ubuntu-22.04 # ubuntu-latest
17+
- ubuntu-20.04
18+
- macos-14 # macos-latest
19+
- macos-13
20+
- macos-12
21+
#- windows-2022 # windows-latest
22+
#- windows-2019
2323

2424
runs-on: ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)