Skip to content

Commit

Permalink
disable macos 11. long queues. ref actions/runner-images#2247 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Jan 11, 2021
1 parent 06a5ed6 commit fed37c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows.src/main.yml
Expand Up @@ -54,7 +54,9 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
- macos-10.15
- macos-11.0
# FIXME macos 11 has long queues
# see https://github.com/actions/virtual-environments/issues/2247#issuecomment-757577274
# - macos-11.0
sf_ci_brew_install:
- minimal
- dev
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -23,7 +23,6 @@ jobs:
- ubuntu-18.04
- ubuntu-20.04
- macos-10.15
- macos-11.0
sf_ci_brew_install:
- minimal
- dev
Expand Down

0 comments on commit fed37c9

Please sign in to comment.