From 010d535928e374487dd54a640ab9a09f12015014 Mon Sep 17 00:00:00 2001 From: rory Date: Tue, 6 Jun 2023 10:34:26 -0700 Subject: [PATCH 1/2] Use macos-13 runners for desktop builds --- .github/workflows/platformDeploy.yml | 2 +- .github/workflows/testBuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 48c8e38fe3e1..b95e3780c4ff 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -103,7 +103,7 @@ jobs: name: Build and deploy Desktop needs: validateActor if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} - runs-on: macos-12 + runs-on: macos-13 steps: # This action checks-out the repository, so the workflow can access it. - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 9b4bf6d020d6..df7ba22931c2 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -189,7 +189,7 @@ jobs: if: ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }} env: PULL_REQUEST_NUMBER: ${{ github.event.number || github.event.inputs.PULL_REQUEST_NUMBER }} - runs-on: macos-12 + runs-on: macos-13 steps: # This action checks-out the repository, so the workflow can access it. - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 From a45ecb0dbfd04345e850d7dfa5cf1f233515e9ef Mon Sep 17 00:00:00 2001 From: rory Date: Tue, 6 Jun 2023 14:51:01 -0700 Subject: [PATCH 2/2] Add macos-13 runner to actionlint --- .github/actionlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index d2a8b4a0b9b5..44ccd19b17d9 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -3,3 +3,4 @@ self-hosted-runner: labels: - ubuntu-20.04-64core - macos-12-xl + - macos-13