Skip to content

Commit

Permalink
Update setup_machine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored May 29, 2024
1 parent 0a065ce commit 1f412ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setup_machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
# fail-fast: false
matrix:
os: [macos-latest, macos-13] # macos-13 is for intel silicon mac. https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
# macos-13 is for intel silicon mac. https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
os: [macos-latest, macos-13]
timeout-minutes: 60
steps:
- name: workaround setup for github runner macos
Expand Down

0 comments on commit 1f412ca

Please sign in to comment.