Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Sep 3, 2024
1 parent 414f781 commit 1df80a4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
version:
- '1.10'
os:
- [ubuntu-latest, windows-latest, macos-latest]
- ubuntu-latest
- windows-latest
- macos-latest
arch:
- [x64, x86]
- x64
- x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 1df80a4

Please sign in to comment.