Skip to content

Testing on macos large #1

Testing on macos large

Testing on macos large #1

Workflow file for this run

name: Testing on macos large
on:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest-large,macos-latest,ubuntu-latest,windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.17.3'
- run: npm install