From e69585eea747d9ac0185020607c7983ad19334c6 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Tue, 24 Oct 2023 16:33:09 -0600 Subject: [PATCH] Use `macos-13-xlarge` instead of `macos-12-xl` everywhere --- .github/actionlint.yaml | 1 - .github/workflows/platformDeploy.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index cd19a46b6a88..f3a5c8dc4314 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -2,5 +2,4 @@ self-hosted-runner: labels: - ubuntu-latest-xl - - macos-12-xl - macos-13-xlarge diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 4fd3851d99ee..a18961b24389 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -139,7 +139,7 @@ jobs: name: Build and deploy Desktop needs: validateActor if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} - runs-on: macos-12-xl + runs-on: macos-13-xlarge steps: - name: Checkout uses: actions/checkout@v3 @@ -178,7 +178,7 @@ jobs: name: Build and deploy iOS needs: validateActor if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} - runs-on: macos-12-xl + runs-on: macos-13-xlarge steps: - name: Checkout uses: actions/checkout@v3