Skip to content

Commit

Permalink
Use macos-13 to work around bug in macos-latest.
Browse files Browse the repository at this point in the history
For #1621.
  • Loading branch information
rchen152 committed Apr 24, 2024
1 parent b5e788e commit a2dc5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# used to build Python there. It is the latter that determines
# the wheel's platform tag.
# https://github.com/actions/virtual-environments/issues/696
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
Expand Down

0 comments on commit a2dc5ad

Please sign in to comment.