Test macos-14-large x64 runner

This commit is contained in:
Priyagupta108
2025-07-29 16:21:33 +05:30
parent 1ea62dc588
commit 7299ce5c60
21 changed files with 694 additions and 41 deletions

View File

@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-14-large]
os: [macos-14-large]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-14-large]
os: [macos-14-large]
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
@ -106,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-14-large]
os: [macos-14-large]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4