Skip to content

Commit 30a6520

Browse files
committed
ci: run ci on macos and windows
1 parent 4f21c3a commit 30a6520

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ env:
1919
jobs:
2020
test-go:
2121
name: Test Go
22-
runs-on: rspack-ubuntu-22.04-large
22+
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25+
os: [ubuntu-latest, macos-latest, windows-latest]
2526
go-version: ['1.24.1']
2627
steps:
2728
- name: Checkout code
@@ -53,9 +54,10 @@ jobs:
5354
5455
test-node:
5556
name: Test npm packages
56-
runs-on: rspack-ubuntu-22.04-large
57+
runs-on: ${{ matrix.os }}
5758
strategy:
5859
matrix:
60+
os: [ubuntu-latest, macos-latest, windows-latest]
5961
go-version: ['1.24.1']
6062
steps:
6163
- name: Checkout code

0 commit comments

Comments
 (0)