diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index e47f54a1..0cb26030 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: version: - - '1.9' + # - '1.9' - '1' # Latest stable 1.x release of Julia os: - ubuntu-latest @@ -34,6 +34,10 @@ jobs: - windows-latest arch: - x64 + include: + - os: macos-14 + arch: "aarch64" + version: "1" # include: # - version: 'nightly' # os: ubuntu-latest @@ -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