Skip to content

Commit

Permalink
runtests on all os
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenalfonso committed Feb 19, 2024
1 parent e7585bd commit 9cc6dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.8.3']
julia-version: ['1.10.1']
julia-arch: [x64]
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest] # [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 9cc6dd9

Please sign in to comment.