Skip to content

Commit

Permalink
try macos latest version (#4922)
Browse files Browse the repository at this point in the history
* try macos latest version

* move to update macos on build as well
  • Loading branch information
ahnitz authored Nov 4, 2024
1 parent 1a98ad9 commit f160641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [macos-12]
os: [macos-latest]
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f160641

Please sign in to comment.