mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 03:09:39 -06:00
Use macos-latest in CI (#60780)
This commit is contained in:
parent
ed1f2ccfa8
commit
ac2cfccd64
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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') || '' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user