Skip to content

Commit

Permalink
.github/workflows/config.yml: use intel MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 14, 2024
1 parent 4bd5550 commit eed159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
osx:
runs-on: macos-latest
runs-on: macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
timeout-minutes: 60
steps:
- name: Checkout
Expand Down

0 comments on commit eed159d

Please sign in to comment.