Skip to content

Commit

Permalink
restore nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeheee committed Dec 14, 2024
1 parent 297226c commit e0ccfb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
julia-version:
- '1'
julia-arch: [x64]
julia-arch:
- x64
os:
- ubuntu-latest
- windows-latest

include:
- os: macOS-latest
julia-arch: aarch64
Expand All @@ -30,7 +30,8 @@ jobs:
julia-version: '1.6'
- os: ubuntu-latest
julia-arch: x64
julia-version: 'pre'
julia-version: 'nightly'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit e0ccfb0

Please sign in to comment.