Skip to content

Commit

Permalink
ci(github): use a supported version of macos
Browse files Browse the repository at this point in the history
  • Loading branch information
BenShelton committed May 11, 2021
1 parent 900637b commit 4b60d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
test:
name: Test
runs-on: macos-11.0
runs-on: macos-10.15
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
run: yarn workspaces run ci
release:
name: Release
runs-on: macos-11.0
runs-on: macos-10.15
needs: test
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 4b60d0c

Please sign in to comment.