Skip to content

Commit

Permalink
try running on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen authored Oct 1, 2024
1 parent a8a917e commit a8169d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ env:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1'
os:
- ubuntu-latest
- windows-latest
arch:
- x64
steps:
Expand Down

0 comments on commit a8169d2

Please sign in to comment.