File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 fail-fast : false
3333 matrix :
3434 include :
35- - os : ubuntu-latest
36- cibw_archs : " x86_64"
37- - os : ubuntu-24.04-arm
38- cibw_archs : " aarch64"
39- - os : windows-2025
40- cibw_archs : " AMD64"
35+ # - os: ubuntu-latest
36+ # cibw_archs: "x86_64"
37+ # - os: ubuntu-24.04-arm
38+ # cibw_archs: "aarch64"
39+ # - os: windows-2025
40+ # cibw_archs: "AMD64"
4141 # # Not happy at the moment hence turned off
4242 # # It doesn't seem too far away, but something isn't quite right.
4343 # # Latest run by Zeb: https://github.com/openscm/example-fgen-basic/actions/runs/17173313157/job/48725872212
@@ -51,12 +51,12 @@ jobs:
5151 # # potentially relevant scipy issues:
5252 # # - https://github.com/scipy/scipy/issues/21716
5353 # # - https://github.com/scipy/scipy/issues/14812
54- # - os: windows-11-arm
55- # cibw_archs: "ARM64"
56- - os : macos-13
57- cibw_archs : " x86_64"
58- - os : macos-14
59- cibw_archs : " arm64"
54+ - os : windows-11-arm
55+ cibw_archs : " ARM64"
56+ # - os: macos-13
57+ # cibw_archs: "x86_64"
58+ # - os: macos-14
59+ # cibw_archs: "arm64"
6060
6161 steps :
6262 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments