Use macos-latest in CI (#60780)

This commit is contained in:
Jake Bailey 2024-12-16 14:57:33 -08:00 committed by GitHub
parent ed1f2ccfa8
commit ac2cfccd64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-14
- macos-latest
node-version:
- '22'
- '20'
@ -43,7 +43,7 @@ jobs:
exclude:
# No Node 14 on ARM macOS
- node-version: '14'
os: macos-14
os: macos-latest
runs-on: ${{ matrix.os }}
name: Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}