Skip to content

Commit

Permalink
ci: remove macos 14.x builds (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Apr 24, 2024
1 parent 2af386b commit 1b577e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
exclude:
- os: windows-latest
node-version: "v14.x"
- os: macos-latest
node-version: "v14.x"
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -150,6 +152,8 @@ jobs:
exclude:
- os: windows-latest
node-version: "v14.x"
- os: macos-latest
node-version: "v14.x"
fail-fast: false
permissions:
contents: 'read'
Expand Down

0 comments on commit 1b577e7

Please sign in to comment.