From e11df0ea6cfa48a5eb4f839a571529e739e617a5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 25 Sep 2021 07:52:19 +0530 Subject: chore: upgrade gh macos runner to 'macos-11' --- .github/workflows/ferdi-builds.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index e3e504731..8c8a6b52b 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -83,7 +83,7 @@ jobs: name: 'macos ${{ github.event.inputs.message }}' needs: check_updates if: ${{ (needs.check_updates.outputs.should_run != 'false') && (github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && (contains(github.event.inputs.message, '[macOS]') || (!contains(github.event.inputs.message, '[macOS]') && !contains(github.event.inputs.message, '[Linux]') && !contains(github.event.inputs.message, '[Windows]'))))) }} - runs-on: macos-10.15 + runs-on: macos-11 steps: - name: Set env vars run: | @@ -142,10 +142,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14.17.6 - - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions - run: | - sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* - sudo xcode-select -s "/Applications/Xcode_12.4.app" - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: -- cgit v1.2.3-54-g00ecf