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