We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d963f commit 46de0a0Copy full SHA for 46de0a0
.github/workflows/nightly-distribution.yml
@@ -16,10 +16,10 @@ jobs:
16
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
17
- branch: "swiftwasm-release/5.4"
18
channel: "5.4"
19
- targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
+ targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64 macos_arm64"
20
- branch: "swiftwasm-release/5.5"
21
channel: "5.5"
22
23
steps:
24
- uses: actions/checkout@v1
25
- name: Setup keychain
0 commit comments