Skip to content

Commit

Permalink
[github/actions] add macos os test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Sep 7, 2024
1 parent b01fc82 commit b63f446
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ on:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [
ubuntu-latest,
macos-latest,
#windows-2022,
]
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
# See supported Go release schedule at https://golang.org/doc/devel/release.html
#
Expand Down

0 comments on commit b63f446

Please sign in to comment.