Skip to content

Commit c40da61

Browse files
committed
fix: Update test setup
1 parent 1a631ed commit c40da61

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
matrix:
164164
include:
165165
- target: x86_64
166-
runs-on: ubuntu-latest
166+
runs-on: ubuntu-24.04
167167
- target: aarch64
168168
runs-on: ubuntu-24.04-arm
169169
if: |
@@ -176,10 +176,14 @@ jobs:
176176
test-built-linux-wheel:
177177
name: Test Linux built wheel
178178
needs: build-linux-wheel
179-
runs-on: ubuntu-latest
179+
runs-on: ${{ matrix.runs-on }}
180180
strategy:
181181
matrix:
182-
target: [x86_64, aarch64]
182+
include:
183+
- target: x86_64
184+
runs-on: ubuntu-24.04
185+
- target: aarch64
186+
runs-on: ubuntu-24.04-arm
183187
if: |
184188
github.event_name != 'pull_request' ||
185189
github.event.pull_request.author_association == 'COLLABORATOR' ||

0 commit comments

Comments
 (0)