We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 695cfc1 + 89fd6f7 commit b0e18c3Copy full SHA for b0e18c3
.github/workflows/go.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
go-version: [1.17.x, 1.18.x, 1.20.x, 1.21.x]
14
- os: [ubuntu-latest, windows-latest, macos-11]
+ os: [ubuntu-latest, windows-latest, macos-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
0 commit comments