Skip to content

Commit

Permalink
Only run on ubuntu (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Aug 19, 2024
1 parent 1f5b0c8 commit a4788cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ env:

jobs:
build:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, windows]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a4788cb

Please sign in to comment.