diff options
author | Brad Linden <brad@lindenlab.com> | 2023-05-04 10:23:03 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-05-04 10:26:18 -0700 |
commit | 13d372adeafaba8a8d8b93f0cd1ee5ec228e3be4 (patch) | |
tree | 13b399828aea2283f791d18b87f049283aabf55a /.github/workflows | |
parent | 7d23f91b1681a99d7fd22183bb11c486d9d7d27f (diff) |
Switch mac build to go on hosted macos-12-xl runner.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 60a1406f20..0835f9751e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,14 +11,14 @@ jobs: build: strategy: matrix: - runner: [windows-large, macos-12] + runner: [windows-large, macos-12-xl] configuration: [ReleaseOS] addrsize: [64] include: - runner: windows-large configuration: ReleaseOS addrsize: 32 - - runner: macos-12 + - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" runs-on: ${{ matrix.runner }} env: |