Skip to content

Commit

Permalink
chore: upgrade macos-12 -> macos-13 (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Dec 5, 2024
1 parent 07ce379 commit 7d97988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
SOURCE_DATE_EPOCH: ${{ needs.determine-source-date-epoch.outputs.source-date-epoch }}
strategy:
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-13]
arch: [auto64]
build: ["cp", "pp"]

include:
- os: macos-12
- os: macos-13
type: "Universal"
arch: universal2
build: "cp"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-12, ubuntu-latest]
os: [windows-latest, macos-13, ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d97988

Please sign in to comment.