From 13d372adeafaba8a8d8b93f0cd1ee5ec228e3be4 Mon Sep 17 00:00:00 2001 From: Brad Linden Date: Thu, 4 May 2023 10:23:03 -0700 Subject: Switch mac build to go on hosted macos-12-xl runner. --- .github/workflows/build.yaml | 4 ++-- 1 file 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: -- cgit v1.2.3