We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626275f commit 2190832Copy full SHA for 2190832
.github/workflows/go.yml
@@ -26,7 +26,7 @@ jobs:
26
test:
27
strategy:
28
matrix:
29
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
30
go: [1.17, 1.18, 1.19]
31
include:
32
- os: ubuntu-latest
0 commit comments