mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-20 01:47:59 +02:00
chore(ci): use github m1 for release builds (#1658)
This commit is contained in:
parent
8e520b1d72
commit
f6b541dbed
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu }
|
- { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu }
|
||||||
- { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu }
|
- { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu }
|
||||||
- { os: macos-12 , target: x86_64-apple-darwin }
|
- { os: macos-12 , target: x86_64-apple-darwin }
|
||||||
- { os: self-hosted , target: aarch64-apple-darwin }
|
- { os: macos-14 , target: aarch64-apple-darwin }
|
||||||
steps:
|
steps:
|
||||||
- name: Check for release
|
- name: Check for release
|
||||||
id: is-release
|
id: is-release
|
||||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: cargo build --all --locked --release && strip target/release/atuin
|
run: cargo build --all --locked --release && strip target/release/atuin
|
||||||
|
|
||||||
unit-test:
|
unit-test:
|
||||||
runs-on: [self-hosted, ARM64, macOS]
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user