From 5f7719de9aca6628a23661ad2adc1c54aa542acf Mon Sep 17 00:00:00 2001 From: fheinecke <23390735+fheinecke@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:39:14 -0600 Subject: [PATCH] [v14] Update CI runner lable to 'macos-13-xlarge' * Update CI runner lable to 'macos-13-xlarge' --- .github/workflows/build-macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index 42b7dd19ac296..69e6fdbf67fae 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -19,7 +19,7 @@ jobs: build: name: Build on Mac OS if: ${{ !startsWith(github.head_ref, 'dependabot/') }} - runs-on: macos-13-xl-arm64 + runs-on: macos-13-xlarge permissions: contents: read