From 0ac3627589d8cba3bc54a7c754496970d7c43347 Mon Sep 17 00:00:00 2001 From: Joe Gambino Date: Mon, 2 Aug 2021 09:09:18 -0700 Subject: [PATCH] change back to macos-11 --- .github/workflows/createNewVersion.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/finishReleaseCycle.yml | 2 +- .github/workflows/lockDeploys.yml | 2 +- .github/workflows/platformDeploy.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/createNewVersion.yml b/.github/workflows/createNewVersion.yml index e799c0dab364..4252e6c6dcb4 100644 --- a/.github/workflows/createNewVersion.yml +++ b/.github/workflows/createNewVersion.yml @@ -10,7 +10,7 @@ on: jobs: createNewVersion: if: github.actor == 'OSBotify' - runs-on: macos-11.0 + runs-on: macos-11 steps: # Version: 2.3.4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index eed77a3a5091..30ea5497df76 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ env: jobs: test: if: github.actor != 'OSBotify' - runs-on: macos-11.0 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - uses: actions/setup-ruby@v1 diff --git a/.github/workflows/finishReleaseCycle.yml b/.github/workflows/finishReleaseCycle.yml index 9ebf8589c00c..7d1aaace2ab4 100644 --- a/.github/workflows/finishReleaseCycle.yml +++ b/.github/workflows/finishReleaseCycle.yml @@ -53,7 +53,7 @@ jobs: # Deploy deferred PRs to staging and create a new StagingDeployCash for the next release cycle. createNewStagingDeployCash: - runs-on: macos-11.0 + runs-on: macos-11 needs: checkDeployBlockers if: ${{ needs.checkDeployBlockers.outputs.hasDeployBlockers == 'false' }} steps: diff --git a/.github/workflows/lockDeploys.yml b/.github/workflows/lockDeploys.yml index 36ffebb687f4..9123870b449e 100644 --- a/.github/workflows/lockDeploys.yml +++ b/.github/workflows/lockDeploys.yml @@ -7,7 +7,7 @@ on: jobs: lockStagingDeploys: if: ${{ github.event.label.name == '🔐 LockCashDeploys 🔐' && contains(github.event.issue.labels.*.name, 'StagingDeployCash') && github.actor != 'OSBotify' }} - runs-on: macos-11.0 + runs-on: macos-11 steps: # Version: 2.3.4 - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index fd926c1a99cb..3c85ac4a1d01 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -79,7 +79,7 @@ jobs: desktop: name: Build and deploy Desktop if: github.actor == 'OSBotify' - runs-on: macos-11.0 + runs-on: macos-11 steps: - uses: actions/checkout@v2 @@ -134,7 +134,7 @@ jobs: iOS: name: Build and deploy iOS if: github.actor == 'OSBotify' - runs-on: macos-11.0 + runs-on: macos-11 steps: - uses: actions/checkout@v2