Skip to content

Commit

Permalink
Switch to macoc-12 image for MacOS builds
Browse files Browse the repository at this point in the history
The macos-10.15 images don't exist anymore, so jobs wait forever for a
runner with that capability.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed May 29, 2023
1 parent 19a1e69 commit f0c408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-12]
arch: [auto]
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit f0c408d

Please sign in to comment.