We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeb450 commit c757fcdCopy full SHA for c757fcd
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
os:
25
- 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
+ - macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md
27
- windows-2019 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
28
go-version:
29
- 1.14.x
@@ -43,7 +43,6 @@ jobs:
43
uses: actions/setup-go@v2
44
with:
45
go-version: ${{ matrix.go-version }}
46
- stable: false
47
48
- name: Checkout code
49
uses: actions/checkout@v2
0 commit comments