Add self hosted runner (#1133)

This commit is contained in:
Ellie Huxtable 2023-07-30 23:16:01 +01:00 committed by GitHub
parent 1fb7caa2d6
commit 43afb2d702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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