Skip to content

Commit

Permalink
ci: remove mac node18 (#8176)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 14, 2022
1 parent 9c4e5b6 commit 7752b56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Expand Up @@ -31,15 +31,11 @@ jobs:
os: [ubuntu-latest]
node_version: [14, 16, 18]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 16
- os: macos-latest
node_version: 18
- os: windows-latest
node_version: 16
# Maybe bug with jest on windows and node-v18
# - os: windows-latest
# node_version: 18
fail-fast: false

env:
Expand Down

0 comments on commit 7752b56

Please sign in to comment.