Skip to content

Commit

Permalink
Try using larger runners for macOS.
Browse files Browse the repository at this point in the history
`macos-14` is ARM64 and doesn't seem to have Python 3.8 or 3.9.
For now, specify `macos-*-large` instead, which is X64 and will
hopefully keep working long enough for us to keep getting by...

Change-Id: Id70641ccee65f638ff1fd36a778d563aaf5d78d6
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62570
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jan 30, 2024
1 parent 5b672b5 commit 9665465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
retention-days: 1
wheel-macos:
name: macOS ${{ matrix.os }}, ${{ matrix.arch.name }}, Python ${{ matrix.ver }}
runs-on: macos-${{ matrix.os }}
runs-on: macos-${{ matrix.os }}-large
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9665465

Please sign in to comment.