diff options
author | Blaž Hrastnik | 2023-03-31 08:13:51 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-03-31 08:13:51 +0000 |
commit | e59cb19892c7b3987d9e27ae8505a5a42bc4e07d (patch) | |
tree | a1c85468257219f4d73341d0d057a519fb66344a /.github | |
parent | ec55b4d5afcfc827a933697baaf19f44984cc72b (diff) |
Disable aarch64-macos build for now (build issues)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9518a537..bc153359 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,12 +85,13 @@ jobs: rust: stable target: x86_64-pc-windows-msvc cross: false - - build: aarch64-macos - os: macos-latest - rust: stable - target: aarch64-apple-darwin - cross: false - skip_tests: true # x86_64 host can't run aarch64 code + # 23.03: build issues + # - build: aarch64-macos + # os: macos-latest + # rust: stable + # target: aarch64-apple-darwin + # cross: false + # skip_tests: true # x86_64 host can't run aarch64 code # - build: x86_64-win-gnu # os: windows-2019 # rust: stable-x86_64-gnu |