Skip to content

Commit

Permalink
Merge pull request #1767 from NoahGorny/disable-macos-11
Browse files Browse the repository at this point in the history
ci: Remove macos-11.0 as it is unreliable
  • Loading branch information
Noah Gorny committed Jan 8, 2021
2 parents d97a36a + 81e3f14 commit cc3bdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
bats-test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15, macos-11.0]
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit cc3bdc2

Please sign in to comment.