From 8c8d4ce739a4df823eb916ef7d97241bfd5c98bd Mon Sep 17 00:00:00 2001 From: puerling Date: Fri, 18 Oct 2024 13:22:42 +0200 Subject: [PATCH] =?UTF-8?q?CI:=20update=20macos=20version=20`13`=20?= =?UTF-8?q?=E2=86=92=20`14`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec08cc14..28e66759f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,9 +158,9 @@ jobs: # this build cannot be configured currently # - os: ubuntu-24.04 # parallelisation: "cuda" - - os: macos-13 + - os: macos-14 parallelisation: "" - - os: macos-13 + - os: macos-14 parallelisation: "openmp" - os: windows-2022 parallelisation: "" @@ -203,7 +203,7 @@ jobs: echo "/usr/local/cuda-12.5/lib64" >> $GITHUB_PATH - name: 📚 Install LLVM (MacOS) - if: matrix.os == 'macos-13' + if: matrix.os == 'macos-14' shell: bash run: | brew update @@ -411,7 +411,7 @@ jobs: matrix: include: - os: ubuntu-22.04 - - os: macos-13 + - os: macos-14 env: BUILD_TYPE: Debug CMAKE_FLAGS: > @@ -537,7 +537,7 @@ jobs: - configuration: "single-precision" os: ubuntu-24.04 - configuration: "single-precision" - os: macos-13 + os: macos-14 - configuration: "pinning-and-defects" os: ubuntu-24.04 env: