| commit | ffeaa264397dbe32127d83efce1fcf5a5930e6d4 | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <antiagainst@google.com> | Fri Jun 16 11:31:36 2023 -0400 |
| committer | GitHub <noreply@github.com> | Fri Jun 16 08:31:36 2023 -0700 |
| tree | 01dcb028f6e13560793829f57f36faf6fae20104 | |
| parent | df119bd5e87e07214d3b86ff1e425965a1f5512d [diff] |
Use macOS 13 for x86_64 macOS runners (#14136) We'd need macOS 13 Ventura, which supports Metal 3 by default.
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d30ccd..6d4dbd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -166,7 +166,7 @@ build_test_all_macos_x86_64: needs: setup if: fromJson(needs.setup.outputs.should-run) && ! fromJson(needs.setup.outputs.is-pr) - runs-on: macos-12-xl + runs-on: macos-13-xl env: BUILD_DIR: build-macos defaults: