Skip to content

Commit d37e022

Browse files
authored
github/workflows: update macos runner to macos-13 (#157)
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 23ee309 commit d37e022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
os:
2323
- ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
24-
- macos-12 # https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
24+
- macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
2525
- windows-2022 # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
2626
go-version:
2727
- 1.18.x

0 commit comments

Comments
 (0)