aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-07 00:49:59 +0000
committerBlaž Hrastnik2021-06-07 00:50:15 +0000
commitb3eeac7bbf028e1f416a90fcc940053e19385b2e (patch)
tree603b5c8866bff9577d6df907c7f652c6da60e836 /.github/workflows/release.yml
parentf48a60b8e2a2f33d5f642e708ff1927fa49d35a6 (diff)
Disable aarch64-macos, it fails to build on macos-latest
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 80e6b78f..7d6ffd43 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false # don't fail other jobs if one fails
matrix:
- build: [x86_64-linux, aarch64-linux, x86_64-macos, aarch64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
+ build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
include:
- build: x86_64-linux
os: ubuntu-20.04
@@ -37,10 +37,10 @@ jobs:
rust: stable
target: x86_64-pc-windows-msvc
cross: false
- - build: aarch64-macos
- os: macos-latest
- rust: stable
- target: aarch64-apple-darwin
+ # - build: aarch64-macos
+ # os: macos-latest
+ # rust: stable
+ # target: aarch64-apple-darwin
# - build: x86_64-win-gnu
# os: windows-2019
# rust: stable-x86_64-gnu