Skip to content

Commit ac2cfcc

Browse files
authored
Use macos-latest in CI (microsoft#60780)
1 parent ed1f2cc commit ac2cfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os:
2828
- ubuntu-latest
2929
- windows-latest
30-
- macos-14
30+
- macos-latest
3131
node-version:
3232
- '22'
3333
- '20'
@@ -43,7 +43,7 @@ jobs:
4343
exclude:
4444
# No Node 14 on ARM macOS
4545
- node-version: '14'
46-
os: macos-14
46+
os: macos-latest
4747

4848
runs-on: ${{ matrix.os }}
4949
name: Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}

0 commit comments

Comments
 (0)