Skip to content

Commit c757fcd

Browse files
authored
github/workflows: update macos to 11.0 (#103)
1 parent 6eeb450 commit c757fcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os:
2525
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
26-
- macos-10.15 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md
26+
- macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md
2727
- windows-2019 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
2828
go-version:
2929
- 1.14.x
@@ -43,7 +43,6 @@ jobs:
4343
uses: actions/setup-go@v2
4444
with:
4545
go-version: ${{ matrix.go-version }}
46-
stable: false
4746

4847
- name: Checkout code
4948
uses: actions/checkout@v2

0 commit comments

Comments
 (0)