Skip to content

Commit ed2023d

Browse files
author
Ulises Himely
committed
fix: we need macos runner
1 parent 36c7964 commit ed2023d

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)