Skip to content

Commit

Permalink
Disable macos 11 instller build
Browse files Browse the repository at this point in the history
macos-11 hosted runners are in the private preview stage
  • Loading branch information
atruskie committed Feb 1, 2021
1 parent 6471b3f commit 16e8b73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- windows-latest
- ubuntu-18.04
- ubuntu-20.04
- macos-11.0
# macos-11.0 is in private preview stage https://github.com/actions/virtual-environments/issues/2486
# - macos-11.0
- macos-10.15
include:
- os: windows-latest
Expand All @@ -51,9 +52,9 @@ jobs:
- os: ubuntu-20.04
alias_name: "AP"
bin_dir: "~/.local/bin"
- os: macos-11.0
alias_name: "AP"
bin_dir: "~/.local/bin"
# - os: macos-11.0
# alias_name: "AP"
# bin_dir: "~/.local/bin"
- os: macos-10.15
alias_name: "AP"
bin_dir: "~/.local/bin"
Expand Down

0 comments on commit 16e8b73

Please sign in to comment.