From d6cf1950d451921a545aad1c9f40dad6e6118cc9 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 26 Feb 2024 12:02:55 -0500 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3b4636e..572e042 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,9 +17,16 @@ jobs: version: - '1' os: - - macOS-latest + - macOS-13 + - macOS-14 arch: - - x64 + - x64 + - aarch64 + exclude: + - os: macOS-13 + arch: aarch64 + - os: macOS-14 + arch: x64 steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 @@ -42,3 +49,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }}