Skip to content

Commit

Permalink
Merge pull request #74 from JuliaMath/vs/ci
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
ViralBShah authored Aug 8, 2024
2 parents f08ceeb + 3cad2f2 commit 2266cc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
- os: macos-latest
arch: aarch64
version: '1'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand All @@ -44,3 +48,5 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2266cc5

Please sign in to comment.