Skip to content

Commit

Permalink
build/ci: add macOS to build-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed May 7, 2024
1 parent c42a81e commit be8b3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
- {os: 'ubuntu', ver: 'lunar'}
- {os: 'ubuntu', ver: 'jammy'}
- {os: 'ubuntu', ver: 'focal'}
- {os: 'macos', ver: 'latest'}

container:
image: ${{ matrix.container.os }}:${{ matrix.container.ver }}
Expand Down

0 comments on commit be8b3a7

Please sign in to comment.