Skip to content

Commit 6b8e64c

Browse files
committed
ci: skip node 12 tests on macos 15 [skip ci]
1 parent 4c12ecc commit 6b8e64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
RUNNER_OS_NAME: ${{ matrix.os }}
206206

207207
- name: Setup Node 12
208-
if: ${{ !contains(matrix.os, 'macos-14') }}
208+
if: ${{ !contains(matrix.os, 'macos-14') && !contains(matrix.os, 'macos-15') }}
209209
uses: actions/setup-node@v4
210210
with:
211211
node-version: 12

0 commit comments

Comments
 (0)