diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-04-28 10:35:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 15:35:17 +0000 |
commit | 1a366403d9c26b992faa77e00f4d02ead57559e3 (patch) | |
tree | 4d7203943d4917836be8dc1e55a0d1edcd2c5c85 | |
parent | 7e26bd53f9c5893518fde81dfd0079ec08dd841e (diff) |
[build] Run `macos_legacy` job on `macos-12` (#9804)
`macos-latest` has been bumped to `macos-14-arm64` which breaks the builds
Authored by: bashonly
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebda09c8c..34b504f10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |