Skip to content

Commit fa579cc

Browse files
committed
ci: update CI configuration for Ubuntu-only builds
- Change the operating system matrix to only include `ubuntu-latest` Signed-off-by: appleboy <[email protected]>
1 parent 956a5ad commit fa579cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
test:
3939
strategy:
4040
matrix:
41-
os: [ubuntu-latest, macos-latest]
41+
os: [ubuntu-latest]
4242
go: ["1.20", 1.21, 1.22, 1.23]
4343
include:
4444
- os: ubuntu-latest

0 commit comments

Comments
 (0)