mirror of
https://github.com/actions/setup-node
synced 2025-04-04 08:05:50 +00:00
Update macos-13
This commit is contained in:
parent
6887e239e3
commit
8993adc803
1 changed files with 2 additions and 2 deletions
4
.github/workflows/versions.yml
vendored
4
.github/workflows/versions.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest-large]
|
||||
os: [ubuntu-latest, windows-latest, macos-13]
|
||||
node-version: [lts/dubnium, lts/erbium, lts/fermium, lts/*, lts/-1]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -221,7 +221,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest-large]
|
||||
os: [ubuntu-latest, windows-latest, macos-13]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# test old versions which didn't have npm and layout different
|
||||
|
|
Loading…
Add table
Reference in a new issue