Skip to content

Commit

Permalink
fix? (#6258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav authored Aug 10, 2023
1 parent 7b3d04c commit bdb6731
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ concurrency:

jobs:
Test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down

0 comments on commit bdb6731

Please sign in to comment.