File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5353 fail-fast : false
5454 matrix :
5555 python-version : ["3.8", "pypy-3.10", "3.13", "3.14"]
56- runs-on : [ubuntu-latest, macos-14 ]
56+ runs-on : [ubuntu-latest, macos-latest ]
5757 cmake-version : ["3.15.x"]
5858
5959 include :
@@ -73,10 +73,10 @@ jobs:
7373 runs-on : ubuntu-latest
7474 cmake-version : " 3.20.x"
7575 - python-version : " 3.9"
76- runs-on : macos-13
76+ runs-on : macos-15-intel
7777 cmake-version : " 3.18.x"
7878 - python-version : " 3.12"
79- runs-on : macos-13
79+ runs-on : macos-15-intel
8080 cmake-version : " 3.29.x"
8181 - python-version : " 3.10"
8282 runs-on : ubuntu-latest
@@ -160,7 +160,8 @@ jobs:
160160 fail-fast : false
161161 matrix :
162162 python-version : ["3.8", "3.11"]
163- runs-on : [ubuntu-latest, macos-13, windows-latest]
163+ # TODO: investigate failure with macos-latest (#1167)
164+ runs-on : [ubuntu-latest, macos-15-intel, windows-latest]
164165
165166 steps :
166167 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments