summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-30 23:16:01 +0100
committerGitHub <noreply@github.com>2023-07-30 23:16:01 +0100
commit43afb2d702b2508fc4c9d9e99d4dd56f786706ac (patch)
treef12d82341e3c02cc991c48c0d285d5f3e1d89970 /.github
parent1fb7caa2d6eafd9985324252ec3092abc37ec8fc (diff)
Add self hosted runner (#1133)
Diffstat (limited to '.github')
-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 d03b58f6a..4139bf045 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
- { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu }
- { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu }
- { os: macos-12 , target: x86_64-apple-darwin }
- - { os: macos-12 , target: aarch64-apple-darwin }
+ - { os: self-hosted , target: aarch64-apple-darwin }
steps:
- name: Check for release
id: is-release