Skip to content

Commit

Permalink
fix: update macOS-13 version in publish-go-tester-task workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 14, 2025
1 parent 2308b5f commit 59f9060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-go-tester-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
#use the strategy instead because we still use the native build
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]
arch: [-amd64]
include:
- os: windows-2019
Expand Down

0 comments on commit 59f9060

Please sign in to comment.