Skip to content

Commit c2b9e24

Browse files
authored
try to update to latest runners (#352)
* try to update to latest runners * debug CI * revert CI debug
1 parent cb7814b commit c2b9e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
max-parallel: 3
2525
matrix:
26-
os: [ubuntu-22.04, macos-11, windows-2019]
27-
pyv: ["3.8", "3.9", "3.10", "3.11"]
26+
os: [ubuntu-lasest, macos-latest, windows-latest]
27+
pyv: ["3.9", "3.10", "3.11", "3.12"]
2828

2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)