Skip to content

Commit

Permalink
ci: run only ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-mestra committed Apr 10, 2023
1 parent f35e2ce commit b79c948
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macOS-latest ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit b79c948

Please sign in to comment.