Skip to content

Commit a6b5361

Browse files
authored
Merge pull request #6 from ulises-codes/fix/switch-release-workflow-to-macos-runner
fix: we need macos runner
2 parents 1a6d65d + ed2023d commit a6b5361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build on Release
77
jobs:
88
mac_arm:
99
name: Mac ARM
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111
steps:
1212
- run: rustup target add aarch64-apple-darwin
1313
- uses: actions/checkout@v2
@@ -20,7 +20,7 @@ jobs:
2020
args: --release --target aarch64-apple-darwin
2121
mac_intel:
2222
name: Mac Intel
23-
runs-on: ubuntu-latest
23+
runs-on: macos-latest
2424
steps:
2525
- run: rustup target add x86_64-apple-darwin
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)