Skip to content

Commit ebd3991

Browse files
committed
ci: wip
1 parent d8b0bf7 commit ebd3991

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
matrix:
3838
shardIndex: [1, 2]
3939
shardTotal: [2]
40-
include:
41-
- { os: ubuntu-latest, browser: chromium }
42-
- { os: ubuntu-latest, browser: firefox }
43-
- { os: macos-latest, browser: chromium }
44-
- { os: macos-latest, browser: webkit }
45-
- { os: windows-latest, browser: chromium }
40+
os: [ubuntu-latest, macos-latest, windows-latest]
41+
browser: [chromium, firefox, webkit]
42+
exclude:
43+
- { os: ubuntu-latest, browser: webkit }
44+
- { os: macos-latest, browser: firefox }
45+
- { os: windows-latest, browser: firefox }
46+
- { os: windows-latest, browser: webkit }
4647
fail-fast: false
4748
steps:
4849
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)