Skip to content

Commit

Permalink
ci: disable testing on macos (#571)
Browse files Browse the repository at this point in the history
It appears to be a bit flaky and we have nothing macos specific in this repo.
  • Loading branch information
Stebalien authored Aug 6, 2024
1 parent 5c9a4d0 commit dc33a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"skipOSes": ["windows"],
"skipOSes": ["windows", "macos"],
"skipRace": true
}

0 comments on commit dc33a34

Please sign in to comment.