diff --git a/.github/workflows/build-linux-installer-deb.yml b/.github/workflows/build-linux-installer-deb.yml index 21a4f4500edf..6b06f88005fc 100644 --- a/.github/workflows/build-linux-installer-deb.yml +++ b/.github/workflows/build-linux-installer-deb.yml @@ -59,7 +59,7 @@ jobs: madmax-suffix: "x86-64" bladebit-suffix: "ubuntu-x86-64.tar.gz" arch-artifact-name: intel - - runs-on: [Linux, ARM64] + - runs-on: ubuntu-24.04-arm arch: arm64 madmax-suffix: "arm64" bladebit-suffix: "ubuntu-arm64.tar.gz" @@ -254,7 +254,7 @@ jobs: matrix: os: - runs-on: - arm: [linux, arm64] + arm: [ubuntu-24.04-arm] intel: [ubuntu-latest] distribution: - name: debian:bookworm diff --git a/.github/workflows/check_wheel_availability.yaml b/.github/workflows/check_wheel_availability.yaml index 2ee5fca74f6a..8719e01b6050 100644 --- a/.github/workflows/check_wheel_availability.yaml +++ b/.github/workflows/check_wheel_availability.yaml @@ -28,7 +28,7 @@ jobs: matrix: linux runs-on: intel: ubuntu-latest - arm: [linux, arm64] + arm: ubuntu-24.04-arm - name: macOS matrix: macos runs-on: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index becd6fb7d295..940df4419a78 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -25,7 +25,7 @@ jobs: matrix: linux runs-on: intel: ubuntu-latest - arm: [linux, arm64] + arm: ubuntu-24.04-arm - name: macOS matrix: macos runs-on: diff --git a/.github/workflows/test-install-scripts.yml b/.github/workflows/test-install-scripts.yml index 05f153362203..07638a365688 100644 --- a/.github/workflows/test-install-scripts.yml +++ b/.github/workflows/test-install-scripts.yml @@ -33,7 +33,7 @@ jobs: - name: Linux emoji: 🐧 runs-on: - arm: [Linux, ARM64] + arm: ubuntu-24.04-arm intel: ubuntu-latest matrix: linux - name: macOS @@ -144,7 +144,7 @@ jobs: matrix: linux runs-on: intel: ubuntu-latest - arm: [linux, arm64] + arm: ubuntu-24.04-arm distribution: - name: amazonlinux:2023 type: amazon diff --git a/.github/workflows/upload-pypi-source.yml b/.github/workflows/upload-pypi-source.yml index 76314e035a3b..a5d94b82e51a 100644 --- a/.github/workflows/upload-pypi-source.yml +++ b/.github/workflows/upload-pypi-source.yml @@ -38,7 +38,7 @@ jobs: emoji: 🐧 runs-on: intel: ubuntu-latest - arm: [linux, arm64] + arm: ubuntu-24.04-arm - name: macOS matrix: macos emoji: 🍎 @@ -113,7 +113,7 @@ jobs: emoji: 🐧 runs-on: intel: ubuntu-latest - arm: [linux, arm64] + arm: ubuntu-24.04-arm arch: - name: Intel matrix: intel