Skip to content

Commit

Permalink
Try using macos-13 in CI (#9218)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jul 11, 2023
1 parent 7d62332 commit 55d5e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
fail-fast: false
matrix:
RUNNER:
- {OS: 'macos-12', ARCH: 'x86_64'}
- {OS: 'macos-13', ARCH: 'x86_64'}
- {OS: [self-hosted, macos, ARM64, tart], ARCH: 'arm64'}
PYTHON:
- {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

macos:
needs: [sdist]
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 55d5e2c

Please sign in to comment.