Skip to content

Commit

Permalink
ci: add macos pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Nov 3, 2023
1 parent fb48174 commit a327f50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a327f50

Please sign in to comment.