@@ -26,17 +26,17 @@ jobs:
26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
- os : ["ubuntu-22.04", "macOS-14 ", "windows-2022 "]
29
+ os : ["ubuntu-22.04", "macOS-15 ", "windows-latest "]
30
30
python-version : ["3.10"]
31
31
requires : ["latest", "nightly"] # , 'oldest'
32
32
suite : ["core", "ops", "grads"]
33
33
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" }
37
37
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" }
40
40
41
41
# Timeout: https://stackoverflow.com/a/59076067/4521646
42
42
timeout-minutes : 35
0 commit comments