Skip to content

Commit

Permalink
chore: add optional windows CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jan 7, 2025
1 parent 55cc9f1 commit bb28bfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
optional: true
- runner: macos-latest
target: aarch64-apple-darwin
- runner: windows-latest
target: x86_64-pc-windows-msvc
optional: true
timeout-minutes: 30
runs-on: ${{ matrix.environments.runner }}
steps:
Expand Down

0 comments on commit bb28bfe

Please sign in to comment.