summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-27 08:47:30 +0100
committerEllie Huxtable <ellie@elliehuxtable.com>2023-07-27 08:47:30 +0100
commit91e05809cf7ea6b8fce80edf857d239d430b2cf2 (patch)
tree5d075008249a2c9acd6b2e78a61e5d66a7624020
parenta184afeecd70b3ff9d7f057c9c6c060cd4df8f61 (diff)
Use buildjet for linux aarch64 releaseellie/aarch64-linux
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index d03b58f6..2da90836 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
job:
- { os: ubuntu-20.04 , target: x86_64-unknown-linux-musl }
- { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu }
- - { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu }
+ - { os: buildjet-2vcpu-ubuntu-2204-arm, target: aarch64-unknown-linux-gnu }
- { os: macos-12 , target: x86_64-apple-darwin }
- { os: macos-12 , target: aarch64-apple-darwin }
steps: