Skip to content

Commit

Permalink
Build on macOS 13 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Nov 7, 2024
1 parent fcf3ed3 commit 85193bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-gha-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
path: dist

build-for-macos:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
python_version: ['3.8', '3.13']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distribute-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
path: dist

build-for-macos:
runs-on: macos-12
runs-on: macos-13
needs:
- make-source-dist
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distribute-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
path: dist

build-for-macos:
runs-on: macos-12
runs-on: macos-13
needs:
- make-source-dist
strategy:
Expand Down

0 comments on commit 85193bd

Please sign in to comment.