Skip to content

Commit 965bc08

Browse files
committed
ci: add darwin
1 parent 7b2d2f9 commit 965bc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
go-version: [1.17.x, 1.16.x]
23-
platform: [ubuntu-latest, windows-latest]
23+
platform: [ubuntu-latest, macos-latest, windows-latest]
2424
runs-on: ${{ matrix.platform }}
2525
steps:
2626
- name: Install Go

0 commit comments

Comments
 (0)