File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,12 @@ jobs:
115115 CIBW_TEST_COMMAND : >-
116116 python {package}/ci/check_version_number.py
117117 MACOSX_DEPLOYMENT_TARGET : " 10.12"
118- MPL_DISABLE_FH4 : " yes"
119118 strategy :
120119 matrix :
121120 include :
122121 - os : ubuntu-latest
123122 cibw_archs : " x86_64"
124- - os : ubuntu-latest
123+ - os : ubuntu-24.04-arm
125124 cibw_archs : " aarch64"
126125 - os : windows-latest
127126 cibw_archs : " auto64"
@@ -131,12 +130,6 @@ jobs:
131130 cibw_archs : " arm64"
132131
133132 steps :
134- - name : Set up QEMU
135- if : matrix.cibw_archs == 'aarch64'
136- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
137- with :
138- platforms : arm64
139-
140133 - name : Download sdist
141134 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
142135 with :
You can’t perform that action at this time.
0 commit comments