Skip to content

Commit 0ba1063

Browse files
authored
bump: OS versions for CI (#2249)
1 parent 92ba7e8 commit 0ba1063

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: ["ubuntu-22.04", "macOS-14", "windows-2022"]
29+
os: ["ubuntu-22.04", "macOS-15", "windows-latest"]
3030
python-version: ["3.10"]
3131
requires: ["latest", "nightly"] # , 'oldest'
3232
suite: ["core", "ops", "grads"]
3333
include:
34-
- { os: "ubuntu-22.04", python-version: "3.11", requires: "latest" }
35-
- { os: "ubuntu-22.04", python-version: "3.12", requires: "latest" }
36-
- { os: "ubuntu-22.04", python-version: "3.13", requires: "latest" }
34+
- { os: "ubuntu-24.04", python-version: "3.11", requires: "latest" }
35+
- { os: "ubuntu-24.04", python-version: "3.12", requires: "latest" }
36+
- { os: "ubuntu-24.04", python-version: "3.13", requires: "latest" }
3737
exclude:
38-
- { os: "windows-2022", suite: "ops" }
39-
- { os: "windows-2022", suite: "grads" }
38+
- { os: "windows-latest", suite: "ops" }
39+
- { os: "windows-latest", suite: "grads" }
4040

4141
# Timeout: https://stackoverflow.com/a/59076067/4521646
4242
timeout-minutes: 35

0 commit comments

Comments
 (0)