We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de52603 commit 3cadf42Copy full SHA for 3cadf42
1 file changed
.github/workflows/go.yaml
@@ -72,7 +72,7 @@ jobs:
72
runs-on: ${{ matrix.os }}
73
strategy:
74
matrix:
75
- os: [ 'ubuntu-24.04', 'ubuntu-22.04', 'macos-13' ]
+ os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
76
go: [ '1.18', '1.17', '1.16', '1.15', '1.14', '1.13', '1.12' ]
77
name: Go ${{ matrix.go }} (${{ matrix.os }})
78
steps:
0 commit comments