Skip to content

Commit

Permalink
ci: Update macOS version to 11 from unsupported 10.14
Browse files Browse the repository at this point in the history
It doesn't look like there are any provided macOS 10.14 runners left so
CI never fully completes. 10.15 is also being depreciated on 5/31/2022
(in two days at the time of writing), so there is little reason to
update to that.

macOS 10.15 depreciation issue:
actions/runner-images#5583
  • Loading branch information
yodaldevoid committed May 29, 2022
1 parent b5ada42 commit 9822d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.14]
os: [macos-11]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9822d1d

Please sign in to comment.