Skip to content

Commit

Permalink
Merge pull request #244 from davidanthoff/fix-ci
Browse files Browse the repository at this point in the history
Test on LTS and x86
  • Loading branch information
ViralBShah authored Jun 26, 2024
2 parents 7612e77 + bb8d541 commit f816757
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ jobs:
fail-fast: false
matrix:
version:
- "1"
- "1.3"
- nightly
- '1'
- '1.6'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
- macOS-13
arch:
- x64
use_miniforge: [yes]
include:
- os: macOS-latest
arch: aarch64
version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand All @@ -46,6 +48,7 @@ jobs:
env:
CONDA_JL_USE_MINIFORGE: ${{ matrix.use_miniforge }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f816757

Please sign in to comment.