We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c90fc commit 901cad6Copy full SHA for 901cad6
.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
go-version: [ "1.19", "1.20", "1.21", "1.22" ]
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