Skip to content

Commit

Permalink
Update action to only use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Nov 16, 2023
1 parent 9ebfb44 commit 36e9a8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ jobs:
test:
name: Test ${{ matrix.os }}
needs: [variables, lint, format]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
fail-fast: true
env:
APP_ENV: test
Expand Down

0 comments on commit 36e9a8e

Please sign in to comment.