Skip to content

Commit

Permalink
[build] Run macos_legacy job on macos-12 (#9804)
Browse files Browse the repository at this point in the history
`macos-latest` has been bumped to `macos-14-arm64` which breaks the builds

Authored by: bashonly
  • Loading branch information
bashonly committed Apr 28, 2024
1 parent 7e26bd5 commit 1a36640
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 @@ -300,7 +300,7 @@ jobs:
macos_legacy:
needs: process
if: inputs.macos_legacy
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1a36640

Please sign in to comment.