Skip to content

Commit

Permalink
Move to MAC OS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Nov 8, 2024
1 parent 4e1c54e commit 0912b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ jobs:
## Mac OS X Targets
##################################################################################################
macosx:
runs-on: [macos-12]
runs-on: [macos-14]
strategy:
fail-fast: false
matrix:
cfg:
- { comp: clang , arch: x86_osx, mode: Debug }
- { comp: clang , arch: x86_osx, mode: Release }
- { comp: gcc , arch: x86_osx, mode: Debug }
- { comp: gcc , arch: x86_osx, mode: Release }
steps:
- name: Fetch current branch
uses: actions/checkout@v4.1.1
Expand Down
4 changes: 2 additions & 2 deletions test/toolchain/clang.x86_osx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Copyright : SPY Project Contributors
## SPDX-License-Identifier: BSL-1.0
##==================================================================================================
set(CMAKE_C_COMPILER /usr/local/opt/llvm@15/bin/clang )
set(CMAKE_CXX_COMPILER /usr/local/opt/llvm@15/bin/clang++ )
set(CMAKE_C_COMPILER /opt/homebrew/opt/llvm@15/bin/clang )
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/llvm@15/bin/clang++ )

0 comments on commit 0912b0f

Please sign in to comment.