We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2d2f9 commit 965bc08Copy full SHA for 965bc08
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
go-version: [1.17.x, 1.16.x]
23
- platform: [ubuntu-latest, windows-latest]
+ platform: [ubuntu-latest, macos-latest, windows-latest]
24
runs-on: ${{ matrix.platform }}
25
steps:
26
- name: Install Go
0 commit comments