Skip to content

Commit

Permalink
Update macos runners to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
rtobar authored Dec 14, 2024
1 parent 86ca7a2 commit 6d452e0
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-15", "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-15]
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-15]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]

steps:
Expand Down

0 comments on commit 6d452e0

Please sign in to comment.