Skip to content

Commit

Permalink
Rename "macos-14" to "macos-latest" now pip runners have migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Apr 25, 2024
1 parent 6c8a64f commit 70826ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
matrix:
# Run on both x86 and Arm MacOS according to:
# 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: [ubuntu-latest, macos-12, macos-14]
os: [ubuntu-latest, macos-12, macos-latest]
python:
- "3.8"
- "3.9"
Expand All @@ -118,9 +118,9 @@ jobs:
- "3.12"
exclude:
# MacOS Arm supports Python 3.10+
- os: macos-14
- os: macos-latest
python: "3.8"
- os: macos-14
- os: macos-latest
python: "3.9"

steps:
Expand All @@ -141,7 +141,7 @@ jobs:
run: brew install breezy

- name: Install MacOS Arm dependencies
if: matrix.os == 'macos-14'
if: matrix.os == 'macos-latest'
run: |
brew install breezy
brew install subversion
Expand Down

0 comments on commit 70826ad

Please sign in to comment.