We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6a534 commit 730aacaCopy full SHA for 730aaca
.github/workflows/go.yml
@@ -32,7 +32,7 @@ jobs:
32
needs: lint
33
strategy:
34
matrix:
35
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest ]
36
go: [ '1.22' , '1.23', '1.24' ]
37
runs-on: ${{ matrix.os }}
38
steps:
0 commit comments