Skip to content

Commit c23ae92

Browse files
committed
fix(ci): nightly builds, exclude arm64 darwin build until issue Publishing aarch64-apple-darwin failed #6 is fixed
1 parent fa6acb6 commit c23ae92

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ jobs:
3333
architecture: x86_64
3434
binary-postfix: ""
3535
use-cross: false
36-
- os: macos-latest
37-
os-name: macos
38-
target: aarch64-apple-darwin
39-
architecture: arm64
40-
binary-postfix: ""
41-
use-cross: true
36+
# TODO!: This needs a fix, linking fails #6
37+
# - os: macos-latest
38+
# os-name: macos
39+
# target: aarch64-apple-darwin
40+
# architecture: arm64
41+
# binary-postfix: ""
42+
# use-cross: true
4243
- os: ubuntu-latest
4344
os-name: linux
4445
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)