diff --git a/.github/workflows/test-1017.yml b/.github/workflows/test-1017.yml index 4b1450f..65c7c82 100644 --- a/.github/workflows/test-1017.yml +++ b/.github/workflows/test-1017.yml @@ -16,14 +16,14 @@ jobs: strategy: matrix: # os: [macos-latest-large,macos-14-large] - os: [macos-latest] + os: [macos-latest-large] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '14.17.3' - architecture: 'x64' + - run: npm ci - run: npm run build --if-present - run: npm test