Skip to content

Commit

Permalink
ci: skip node 12 tests on macos 15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 12, 2025
1 parent 4c12ecc commit 6b8e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
RUNNER_OS_NAME: ${{ matrix.os }}

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

0 comments on commit 6b8e64c

Please sign in to comment.