Skip to content

Commit ec9facf

Browse files
committed
Update the CI
1 parent 7acfd1d commit ec9facf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
env:
2020
NODE_ENV: test
2121
run:
22-
continue-on-error: ${{matrix.platform == 'macos-latest'}}
2322
needs: test
2423
runs-on: ${{matrix.platform}}
2524
strategy:
2625
matrix:
27-
platform: [macos-latest, ubuntu-latest, windows-latest]
26+
platform: [ubuntu-latest, windows-latest]
2827
steps:
2928
- uses: actions/setup-java@v4
3029
with:

docs/usage/matrix_setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{matrix.platform}}
99
strategy:
1010
matrix:
11-
platform: [macos-latest, ubuntu-latest, windows-latest]
11+
platform: [ubuntu-latest, windows-latest]
1212
version: [1.9.x, latest]
1313
steps:
1414
- uses: actions/checkout@v4

example/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{matrix.platform}}
77
strategy:
88
matrix:
9-
platform: [macos-latest, ubuntu-latest, windows-latest]
9+
platform: [ubuntu-latest, windows-latest]
1010
steps:
1111
- name: Fetch sources
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)