Skip to content

Commit 36b4fee

Browse files
authored
fix: disable test for macos due to install errors (#231)
1 parent abcc96b commit 36b4fee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, windows-2022]
17+
platform:
18+
- ubuntu-latest
19+
- windows-latest
20+
# - macos-latest
1821

1922
name: Test coverage-badge-go
2023
steps:

0 commit comments

Comments
 (0)