Skip to content

Commit

Permalink
Update CI to use macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
smheidrich committed Jan 8, 2025
1 parent d9435b8 commit 163a036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-13]
cibw-build-prefix: ['*']
include:
- os: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
strategy:
matrix:
python-version: ["3.7"]
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-13]
include:
# set OS-specific cache paths
- os: ubuntu-20.04
path: ~/.cache/pip
- os: windows-2019
path: ~\AppData\Local\pip\Cache
- os: macos-11
- os: macos-13
path: ~/Library/Caches/pip
# more combinations:
- os: ubuntu-20.04
Expand Down

0 comments on commit 163a036

Please sign in to comment.