Skip to content

Commit

Permalink
change back to macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag96 committed Aug 2, 2021
1 parent ed06e31 commit 0ac3627
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createNewVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/finishReleaseCycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockDeploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0ac3627

Please sign in to comment.