diff options
author | Michael Davis | 2023-03-31 15:02:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-04-03 01:54:57 +0000 |
commit | fc5e515b306ed71369b7cd0f5420afeaef23b7c5 (patch) | |
tree | abcf1a1d4a5ab50e13cf7b9d728fad79b49110ed /.github/workflows | |
parent | c3c87741d95c893980e70719dfb5f620bb6fde3e (diff) |
Enable aarch64-macos releases
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fa34e1f..74ab8be0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,12 +86,12 @@ jobs: target: x86_64-pc-windows-msvc cross: false # 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: 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 |