We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 992e53d + dd8f73b commit ac755dcCopy full SHA for ac755dc
1 file changed
.github/workflows/cli.yml
@@ -14,7 +14,7 @@ jobs:
14
test:
15
strategy:
16
matrix:
17
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-24.04, macos-15, windows-2025]
18
go: [stable, oldstable]
19
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
20
runs-on: ${{ matrix.os }}
0 commit comments