Skip to content

Commit f0acf00

Browse files
committed
Use ubuntu-24.04-arm for Linux arm64 builds.
1 parent 59b4d92 commit f0acf00

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737

3838
build_Linux_aarch64_wheels:
3939
name: Build manylinux aarch64
40-
# We need the one with 12GB RAM to build pytket.
41-
runs-on: 'buildjet-8vcpu-ubuntu-2204-arm'
40+
runs-on: 'ubuntu-24.04-arm'
4241
strategy:
4342
matrix:
4443
python3-version: ['10', '11', '12']
@@ -222,7 +221,7 @@ jobs:
222221
test_linux_aarch64_wheels:
223222
name: Test linux aarch64 wheels
224223
needs: build_Linux_aarch64_wheels
225-
runs-on: 'buildjet-4vcpu-ubuntu-2204-arm'
224+
runs-on: 'ubuntu-24.04-arm'
226225
strategy:
227226
matrix:
228227
python3-version: ['10', '11', '12', '13']

0 commit comments

Comments
 (0)