We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163beb5 commit e07e924Copy full SHA for e07e924
.github/workflows/build-and-test-v3.yml
@@ -91,7 +91,7 @@ jobs:
91
strategy:
92
fail-fast: false
93
matrix:
94
- os: [warp-windows-latest-x64-2x, warp-macos-15-arm64-6x, warp-ubuntu-latest-x64-2x]
+ os: [windows-latest, ubuntu-latest, macos-latest]
95
go-version: [1.24]
96
97
steps:
0 commit comments