Skip to content

Commit 765fd2c

Browse files
author
Ulises Himely
committed
fix: use mac runner for mac intel binary
1 parent 2a0a824 commit 765fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
files: target/aarch64-apple-darwin/release/aarch64-apple-darwin-site-monitor
2626
build_mac_intel:
2727
name: Mac Intel
28-
runs-on: ubuntu-latest
28+
runs-on: macos-latest
2929
steps:
3030
- run: rustup target add x86_64-apple-darwin
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)