Skip to content

Commit a65ea3b

Browse files
committed
build for macos and linux
1 parent 961322a commit a65ea3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/go-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
14+
15+
# Matrix strategy
16+
strategy:
17+
matrix:
18+
os: [ubuntu-latest, macos-latest]
1419

1520
steps:
1621
- name: Set up Go 1.x

0 commit comments

Comments
 (0)