Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Feb 28, 2024
1 parent a9b63e4 commit 2124703
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
# - '1.9'
- '1' # Latest stable 1.x release of Julia
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
include:
- os: macos-14
arch: "aarch64"
version: "1"
# include:
# - version: 'nightly'
# os: ubuntu-latest
Expand Down Expand Up @@ -61,3 +65,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

0 comments on commit 2124703

Please sign in to comment.