Skip to content

Commit

Permalink
github/workflows: update macos to 11.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee authored Mar 4, 2021
1 parent 6eeb450 commit c757fcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os:
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
- macos-10.15 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md
- macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md
- windows-2019 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
go-version:
- 1.14.x
Expand All @@ -43,7 +43,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
stable: false

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit c757fcd

Please sign in to comment.