Skip to content

Commit

Permalink
Try to build on Ubuntu, macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Mar 7, 2024
1 parent aa91167 commit 2b58a9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
fi
build:
runs-on: ubuntu-22.04
strategy:
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
name: Build on ${{matrix.os}}
steps:
- uses: actions/checkout@v4.1.1

Expand Down

0 comments on commit 2b58a9e

Please sign in to comment.