We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af6770f + cca6600 commit 0ffe75aCopy full SHA for 0ffe75a
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
go-version: [ '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23']
17
- os: [ ubuntu-22.04, macos-12, windows-2022 ]
+ os: [ ubuntu-24.04, macos-14, windows-2022 ]
18
19
runs-on: ${{ matrix.os }}
20
0 commit comments