Skip to content

Commit

Permalink
Merge pull request #43 from JuliaDSP/wheeheee-patch-1
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
wheeheee authored Dec 12, 2024
2 parents 2941f05 + 39f9ec3 commit 6292d7a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,22 @@ jobs:
fail-fast: false
matrix:
julia-version:
- 1
- '1'
julia-arch: [x64]
os:
- ubuntu-latest
- windows-latest
- macOS-latest

include:
- os: macOS-latest
julia-arch: aarch64
julia-version: '1'
- 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 +42,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 6292d7a

Please sign in to comment.