Skip to content

Commit

Permalink
windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <[email protected]>
  • Loading branch information
ibigbug authored Nov 5, 2023
1 parent 001e068 commit 72a46d1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: test on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04, macos-13, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -39,7 +39,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04, macos-13, windows-latest]
include:
- os: ubuntu-22.04
targets: >
Expand All @@ -48,6 +48,9 @@ jobs:
targets: >
aarch64-apple-darwin
x86_64-apple-darwin
- os: windows-latest
targets: >
x86_64-pc-windows-msvc
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 72a46d1

Please sign in to comment.