Skip to content

Commit 59f9060

Browse files
committed
fix: update macOS-13 version in publish-go-tester-task workflow
1 parent 2308b5f commit 59f9060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
#use the strategy instead because we still use the native build
6666
strategy:
6767
matrix:
68-
os: [ubuntu-20.04, windows-2019, macos-12]
68+
os: [ubuntu-20.04, windows-2019, macos-13]
6969
arch: [-amd64]
7070
include:
7171
- os: windows-2019

0 commit comments

Comments
 (0)