Skip to content

Commit

Permalink
CI: update macos version 1314
Browse files Browse the repository at this point in the history
  • Loading branch information
Puerling committed Oct 18, 2024
1 parent c7b7fe0 commit 8c8d4ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
matrix:
include:
- os: ubuntu-22.04
- os: macos-13
- os: macos-14
env:
BUILD_TYPE: Debug
CMAKE_FLAGS: >
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8c8d4ce

Please sign in to comment.