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
  • Loading branch information
misl6 authored May 25, 2024
1 parent eabefdf commit 2e5bb3f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,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']
python:
- "3.8"
- "3.9"
Expand All @@ -21,11 +21,6 @@ jobs:
cython:
- "<3"
- ">=3"
exclude:
- runs_on: apple-silicon-m1
python: "3.8"
- runs_on: apple-silicon-m1
python: "3.9"
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 2e5bb3f

Please sign in to comment.