Skip to content

Commit

Permalink
ci: move to macOS 11 and 20.04 (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Settgast <[email protected]>
  • Loading branch information
csett86 authored Nov 2, 2021
1 parent a1c3309 commit 6cb32ec
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build-linux:
name: Linux
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -31,17 +31,12 @@ jobs:
npm run dist
build-mac:
name: macOS
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Fixup Xcode
# https://github.com/actions/virtual-environments/issues/2557
run: |
sudo xcode-select -s "/Applications/Xcode_12.4.app"
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
- name: Build it
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6cb32ec

Please sign in to comment.