Skip to content

Commit 34897f7

Browse files
committed
github/workflow: upgrade macos version to macos-12
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 168bd66 commit 34897f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
26+
- macos-12 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md
2727
- windows-2022 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md
2828
go-version:
2929
- 1.16.x
@@ -61,7 +61,7 @@ jobs:
6161
~/Library/Caches/go-build
6262
'%LocalAppData%\go-build'
6363
restore-keys: |
64-
go-${{ env.OS }}-
64+
go-${{ env.OS }}-${{ hashFiles('**/go.mod') }}
6565
6666
- name: Install neovim binary
6767
uses: rhysd/action-setup-vim@v1

0 commit comments

Comments
 (0)