We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a631ed commit c40da61Copy full SHA for c40da61
1 file changed
.github/workflows/build.yml
@@ -163,7 +163,7 @@ jobs:
163
matrix:
164
include:
165
- target: x86_64
166
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
167
- target: aarch64
168
runs-on: ubuntu-24.04-arm
169
if: |
@@ -176,10 +176,14 @@ jobs:
176
test-built-linux-wheel:
177
name: Test Linux built wheel
178
needs: build-linux-wheel
179
+ runs-on: ${{ matrix.runs-on }}
180
strategy:
181
182
- target: [x86_64, aarch64]
+ include:
183
+ - target: x86_64
184
185
+ - target: aarch64
186
+ runs-on: ubuntu-24.04-arm
187
188
github.event_name != 'pull_request' ||
189
github.event.pull_request.author_association == 'COLLABORATOR' ||
0 commit comments