Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
matrix:
os:
- runs-on:
arm: [linux, arm64]
arm: [ubuntu-24.04-arm]
intel: [ubuntu-latest]
distribution:
- name: debian:bookworm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_wheel_availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
emoji: 🐧
runs-on:
intel: ubuntu-latest
arm: [linux, arm64]
arm: ubuntu-24.04-arm
- name: macOS
matrix: macos
emoji: 🍎
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
emoji: 🐧
runs-on:
intel: ubuntu-latest
arm: [linux, arm64]
arm: ubuntu-24.04-arm
arch:
- name: Intel
matrix: intel
Expand Down
Loading