Skip to content

Commit

Permalink
Merge pull request #249 from JuliaIO/vs/ci
Browse files Browse the repository at this point in the history
Update ci.yml - add mac aarch64, codecov 4 token
  • Loading branch information
ViralBShah committed Feb 27, 2024
2 parents 4cfb205 + 850b275 commit 3eb59e1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,23 @@ jobs:
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
- macOS-13
- macOS-14
arch:
- x64
- aarch64
exclude:
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
- os: macOS-13
arch: aarch64
- os: macOS-14
arch: x64
- os: macOS-14
version: '1.6'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand All @@ -46,7 +59,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info

token: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3eb59e1

Please sign in to comment.