We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1f2cc commit ac2cfccCopy full SHA for ac2cfcc
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
os:
28
- ubuntu-latest
29
- windows-latest
30
- - macos-14
+ - macos-latest
31
node-version:
32
- '22'
33
- '20'
@@ -43,7 +43,7 @@ jobs:
43
exclude:
44
# No Node 14 on ARM macOS
45
- node-version: '14'
46
- os: macos-14
+ os: macos-latest
47
48
runs-on: ${{ matrix.os }}
49
name: Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}
0 commit comments