We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c7964 commit ed2023dCopy full SHA for ed2023d
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,7 @@ name: Build on Release
7
jobs:
8
mac_arm:
9
name: Mac ARM
10
- runs-on: ubuntu-latest
+ runs-on: macos-latest
11
steps:
12
- run: rustup target add aarch64-apple-darwin
13
- uses: actions/checkout@v2
@@ -20,7 +20,7 @@ jobs:
20
args: --release --target aarch64-apple-darwin
21
mac_intel:
22
name: Mac Intel
23
24
25
- run: rustup target add x86_64-apple-darwin
26
0 commit comments