Skip to content

Commit b0e18c3

Browse files
authored
Merge pull request #116 from xushiwei/q
ci: macos-11 => macos-latest
2 parents 695cfc1 + 89fd6f7 commit b0e18c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
go-version: [1.17.x, 1.18.x, 1.20.x, 1.21.x]
14-
os: [ubuntu-latest, windows-latest, macos-11]
14+
os: [ubuntu-latest, windows-latest, macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)