diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f475de8..52aa581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 # Intel + - macos-15-intel # Intel - windows-latest arch: - 'x64' @@ -34,7 +34,7 @@ jobs: - 'lts' - 'nightly' exclude: - - os: macos-13 # Intel + - os: macos-15-intel # Intel arch: x86 include: # macos-latest -> Apple Silicon (Need julia >= v1.8)