Skip to content

Commit

Permalink
macos-latest should be macos-13
Browse files Browse the repository at this point in the history
macos-latest has apparently been updated to point to macos-14, which gives
us an ARM runner. Avoid this for now.
  • Loading branch information
marcelm committed Apr 23, 2024
1 parent ac5ccde commit b3698c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
- os: macos-13
python-version: "3.10"
- os: windows-latest
python-version: "3.10"
Expand All @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-latest]
os: [ubuntu-22.04, windows-2019, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b3698c2

Please sign in to comment.