From 850b275ec62f6fcc59806fa0130927176c829f7e Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 27 Feb 2024 12:15:53 -0500 Subject: [PATCH] Update ci.yml - add mac aarch64, codecov 4 token --- .github/workflows/ci.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613b52b..0fc09fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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