Skip to content

Commit

Permalink
fix workflow: force use macos amd64 os
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwentong committed Apr 26, 2024
1 parent d5e8230 commit 2866189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, windows-latest, macos-latest ]
os: [ ubuntu-20.04, ubuntu-22.04, windows-latest, macos-13 ]
go: [ '1.12', '1.16', '1.18', '1.19', '1.21' ]

steps:
Expand Down

0 comments on commit 2866189

Please sign in to comment.