We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9b5a2 commit 8aee984Copy full SHA for 8aee984
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
+ os: [windows-latest, ubuntu-latest]
30
node-version: [18.x]
31
include:
32
- platform: ubuntu-latest
@@ -36,7 +37,7 @@ jobs:
36
37
# rust_target: x86_64-apple-darwin
38
# - platform: macos-latest
39
# rust_target: aarch64-apple-darwin
- runs-on: ${{ matrix.platform }}
40
+ runs-on: ${{ matrix.os }}
41
steps:
42
- name: Checkout repository
43
uses: actions/checkout@v4
0 commit comments