From 7a4351faba123086a71d56cdb0a6a312a2cfd780 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 12 Nov 2021 13:52:02 +0100 Subject: [PATCH] Run workflow on macOS 11 --- .github/workflows/beta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 50fe0b89..f2fffedb 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -29,7 +29,7 @@ env: jobs: run_tests: if: github.ref != 'refs/heads/stable' - runs-on: macos-10.15 + runs-on: macos-11 timeout-minutes: 20 steps: - uses: actions/checkout@v2 @@ -43,7 +43,7 @@ jobs: bundle exec fastlane --env mac,beta test_target build_upload_ios: if: github.ref == 'refs/heads/stable' - runs-on: macos-10.15 + runs-on: macos-11 timeout-minutes: 60 steps: - uses: actions/checkout@v2 @@ -61,7 +61,7 @@ jobs: bundle exec fastlane --env ios,beta store_beta build_upload_mac: if: github.ref == 'refs/heads/stable' - runs-on: macos-10.15 + runs-on: macos-11 timeout-minutes: 60 steps: - uses: actions/checkout@v2