Skip to content

Commit

Permalink
Use macos-latest in CI (#60780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Dec 16, 2024
1 parent ed1f2cc commit ac2cfcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-14
- macos-latest
node-version:
- '22'
- '20'
Expand All @@ -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') || '' }}
Expand Down

0 comments on commit ac2cfcc

Please # to comment.