Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeheee authored Dec 12, 2024
1 parent 787230a commit 1a12381
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ jobs:
fail-fast: false
matrix:
julia-version:
- 1
julia-arch: [x64]
- '1'
os:
- ubuntu-latest
- windows-latest
- macOS-latest
include:
- os: ubuntu-latest
julia-arch: x64
julia-version: 1.6
julia-version: '1.6'
- os: ubuntu-latest
julia-arch: x64
julia-version: nightly
julia-version: 'pre'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand All @@ -39,7 +38,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
file: lcov.info
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

- uses: coverallsapp/github-action@main
Expand Down

0 comments on commit 1a12381

Please sign in to comment.