Skip to content

Commit

Permalink
ci: add windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed May 28, 2024
1 parent b25a7a3 commit ac9553f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# ======== test ========
mac:
# run ut in MacOS, as SWC cases will fail in Ubuntu CI
runs-on: macos-14
test-build:
strategy:
matrix:
node-version: [18.x]
os: [macos-14, windows-latest]
runs-on: ${{ matrix.os }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit ac9553f

Please sign in to comment.