Skip to content

Commit

Permalink
One more macos change (#31124)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Apr 26, 2024
1 parent 26241f9 commit 96d2a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ jobs:
if: needs.check_env_variables.outputs.gcp-variables-set == 'true' && github.event_name != 'pull_request'
strategy:
matrix:
os : [ubuntu-latest, macos-latest, windows-latest]
# Temporarily pin to macos-13 because macos-latest breaks this build
# TODO(https://github.com/apache/beam/issues/31114)
os : [ubuntu-latest, macos-13, windows-latest]
arch: [auto]
include:
- os: "ubuntu-latest"
Expand Down

0 comments on commit 96d2a28

Please sign in to comment.