We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a969866 commit a792fdeCopy full SHA for a792fde
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ jobs:
83
node-version: [20]
84
os:
85
- ubuntu-latest
86
- # - macos-latest
87
- # - windows-latest
+ - macos-latest
+ - windows-latest
88
89
steps:
90
- name: Checkout code
@@ -109,11 +109,15 @@ jobs:
109
110
check:
111
name: Check
112
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
113
timeout-minutes: 20
114
strategy:
115
matrix:
116
117
+ os:
118
+ - ubuntu-latest
119
120
121
122
123
uses: actions/checkout@v4
0 commit comments