Skip to content

Commit eac57a2

Browse files
committed
ci: restrict CI testing to Ubuntu platform only
- Remove macOS from the CI test matrix, limiting tests to Ubuntu only Signed-off-by: appleboy <[email protected]>
1 parent aa195af commit eac57a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ jobs:
4444
test:
4545
strategy:
4646
matrix:
47-
os: [ubuntu-latest, macos-latest]
47+
os: [ubuntu-latest]
4848
go: [1.23, 1.24]
4949
include:
5050
- os: ubuntu-latest
5151
go-build: ~/.cache/go-build
52-
- os: macos-latest
53-
go-build: ~/Library/Caches/go-build
5452
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
5553
runs-on: ${{ matrix.os }}
5654
env:

0 commit comments

Comments
 (0)