Skip to content

Commit

Permalink
Update test-1017.yml with arch
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali authored May 22, 2024
1 parent b2c08ef commit 2e76398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-1017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
strategy:
matrix:
# os: [macos-latest-large,macos-14-large]
os: [macos-14-large]
os: [macos-latest]

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
Expand Down

0 comments on commit 2e76398

Please sign in to comment.