Skip to content

Commit

Permalink
More release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
PurityLake committed Dec 2, 2023
1 parent f1a31b4 commit 98b3d45
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,13 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
targets: aarch64-apple-darwin
- uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
- name: Environment
# macOS 11 was the first version to support ARM
run: |
export MACOSX_DEPLOYMENT_TARGET="11"
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
- name: Build
run: |
Expand Down

0 comments on commit 98b3d45

Please sign in to comment.