From ca149ff72e221aab8ccbabea583760d310feb213 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:43:48 -0400 Subject: [PATCH] Update macOS version in CI workflow --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 46c3be8..070fad1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-13 + - macos-15-intel arch: - x64 include: @@ -47,7 +47,7 @@ jobs: with: compiler: 'gcc' version: '14' - if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' + if: matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel' - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }}