Skip to content

Commit

Permalink
[fix][CI] Disable macos-11.0 workflow
Browse files Browse the repository at this point in the history
Related to actions/runner-images#2381

**Why this change was necessary**
The macOS 11.0 runner is failing to start for an unacceptably long
time. Many other projects are running into the same issue. In the
interim, this build matrix option should be disabled.

**What this change does**
See title.

**Any side-effects?**
None
  • Loading branch information
jidicula committed Jan 9, 2021
1 parent 94c0840 commit 3eddcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-10.15'
- 'macos-11.0'
# - 'macos-11.0'
- 'windows-2019'
- 'windows-2016'
python-version:
Expand Down

0 comments on commit 3eddcdc

Please sign in to comment.