Skip to content

Commit

Permalink
Update macos runners to macos-14
Browse files Browse the repository at this point in the history
This is the one currently labeled as "macos-latest", so probably the
most stable at the moment.

Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Dec 14, 2024
1 parent 86ca7a2 commit ce5361c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
combinations = (
("ubuntu-latest", "ARCHS_LINUX"),
("macos-12", "ARCHS_MACOS"),
("macos-14", "ARCHS_MACOS"),
("windows-2019", "ARCHS_WINDOWS"),
)
build_type = os.getenv("BUILD_TYPE")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fast-built-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macos-12]
os: [ubuntu-latest, windows-2019, macos-14]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
include:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memleak-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-14]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]

steps:
Expand Down

0 comments on commit ce5361c

Please sign in to comment.