aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-25 07:52:19 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-25 12:30:31 +0530
commite11df0ea6cfa48a5eb4f839a571529e739e617a5 (patch)
tree203b8846c49c16118f78282f2374cde9463ea7b7 /.github/workflows
parent5.6.3-nightly.13 [skip ci] (diff)
downloadferdium-app-e11df0ea6cfa48a5eb4f839a571529e739e617a5.tar.gz
ferdium-app-e11df0ea6cfa48a5eb4f839a571529e739e617a5.tar.zst
ferdium-app-e11df0ea6cfa48a5eb4f839a571529e739e617a5.zip
chore: upgrade gh macos runner to 'macos-11'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ferdi-builds.yml6
1 files changed, 1 insertions, 5 deletions
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:
83 name: 'macos ${{ github.event.inputs.message }}' 83 name: 'macos ${{ github.event.inputs.message }}'
84 needs: check_updates 84 needs: check_updates
85 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]'))))) }} 85 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]'))))) }}
86 runs-on: macos-10.15 86 runs-on: macos-11
87 steps: 87 steps:
88 - name: Set env vars 88 - name: Set env vars
89 run: | 89 run: |
@@ -142,10 +142,6 @@ jobs:
142 uses: actions/setup-node@v2 142 uses: actions/setup-node@v2
143 with: 143 with:
144 node-version: 14.17.6 144 node-version: 14.17.6
145 - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions
146 run: |
147 sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
148 sudo xcode-select -s "/Applications/Xcode_12.4.app"
149 - name: Install pnpm 145 - name: Install pnpm
150 uses: pnpm/action-setup@v2.0.1 146 uses: pnpm/action-setup@v2.0.1
151 with: 147 with: