Skip to content

Commit

Permalink
run CI on Julia nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Feb 27, 2024
1 parent 36dffb7 commit d681df7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/Runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1']
julia-version: ['1.6', '1', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
include:
# Add a few windows and macOS jobs
- julia-version: '1'
os: macOS-latest
- julia-version: '1'
os: windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit d681df7

Please sign in to comment.