Skip to content

Commit

Permalink
Fix the macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Apr 26, 2024
1 parent f94048d commit 1ba3fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:

build-on-macos:
runs-on: macos-latest-x64
runs-on: macos-latest
timeout-minutes: 60

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:

build-on-macos:
runs-on: macos-latest-x64
runs-on: macos-latest
timeout-minutes: 60

steps:
Expand Down

0 comments on commit 1ba3fc2

Please sign in to comment.