Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored Apr 30, 2024
1 parent 8ce6fd7 commit 4061b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
buildWithSubmodule:
name: Build with Submodule
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
node: [18, 20]
node: [20]

steps:
- name: Checkout repository with submodules
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
node: [20]

steps:
- name: Checkout repository with submodules
Expand Down

0 comments on commit 4061b1e

Please sign in to comment.