We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa195af commit eac57a2Copy full SHA for eac57a2
1 file changed
.github/workflows/go.yml
@@ -44,13 +44,11 @@ jobs:
44
test:
45
strategy:
46
matrix:
47
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest]
48
go: [1.23, 1.24]
49
include:
50
- os: ubuntu-latest
51
go-build: ~/.cache/go-build
52
- - os: macos-latest
53
- go-build: ~/Library/Caches/go-build
54
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
55
runs-on: ${{ matrix.os }}
56
env:
0 commit comments