Skip to content

Commit

Permalink
Sunset apple-silicon-m1 self-hosted runner, as now is supported by …
Browse files Browse the repository at this point in the history
…Github Hosted runners via `macos-latest` tag. Use `macos-13` for runs on Intel macs (#1811)
  • Loading branch information
misl6 committed May 26, 2024
1 parent bd1d530 commit d6b79ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ${{ matrix.runs_on }}
strategy:
matrix:
runs_on: [macos-latest, apple-silicon-m1]
# macos-latest (ATM macos-14) runs on Apple Silicon,
# macos-13 runs on Intel
runs_on: [macos-latest, macos-13]
steps:
- name: Setup python
uses: actions/setup-python@v4
Expand Down

0 comments on commit d6b79ef

Please sign in to comment.