Skip to content

Commit

Permalink
Re-enable ci on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Nov 30, 2023
1 parent 84ef150 commit edc2979
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:

test:
name: Test Suite
# runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# matrix:
# os: [ ubuntu-latest, macos-latest, windows-latest ]
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
# Clean unnecessary files to save disk space
- name: clean unnecessary files to save space
Expand Down

0 comments on commit edc2979

Please sign in to comment.