Skip to content

Commit 16cb30e

Browse files
committed
Remove Windows from CI
1 parent 6cba48e commit 16cb30e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,13 @@ jobs:
88

99
strategy:
1010
matrix:
11-
os: [windows-2022, macos-14]
11+
os: macos-14
1212
node-version: ['18.x']
1313
test-command:
1414
- npm run test-style
1515
- npm run test-types
1616
- npm run test-unit
1717
- npm run test-macos-key-press
18-
exclude:
19-
# The `test-style` script is platform-independent, so there is no
20-
# value in executing it in multiple operating systems.
21-
- os: macos-14
22-
test-command: npm run test-style
23-
# The `test-types` script is platform-independent, so there is no
24-
# value in executing it in multiple operating systems.
25-
- os: macos-14
26-
test-command: npm run test-types
27-
# The `test-macos-key-press` script exercises macOS platform code,
28-
# making it inappropriate for Windows environments.
29-
- os: windows-2022
30-
test-command: npm run test-macos-key-press
3118

3219
steps:
3320
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)