Skip to content

Commit

Permalink
test on linux, win, macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sloisel committed Jul 25, 2024
1 parent 78898ec commit bc061c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
run:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bc061c1

Please sign in to comment.