Skip to content

Commit

Permalink
fix(ci): nightly builds, exclude arm64 darwin build until issue Publi…
Browse files Browse the repository at this point in the history
…shing aarch64-apple-darwin failed #6 is fixed
  • Loading branch information
simonsan committed Sep 11, 2023
1 parent fa6acb6 commit c23ae92
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
architecture: x86_64
binary-postfix: ""
use-cross: false
- os: macos-latest
os-name: macos
target: aarch64-apple-darwin
architecture: arm64
binary-postfix: ""
use-cross: true
# TODO!: This needs a fix, linking fails #6
# - os: macos-latest
# os-name: macos
# target: aarch64-apple-darwin
# architecture: arm64
# binary-postfix: ""
# use-cross: true
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit c23ae92

Please sign in to comment.