This commit is contained in:
Jerry
2026-03-09 22:58:14 +08:00
parent fcc4b5a209
commit e59c9050a9

View File

@@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest ]
go: [ '1.24', '1.25', '1.26' ]
runs-on: ${{ matrix.os }}
timeout-minutes: 15