Skip to content

Commit

Permalink
Update to macos-14 runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle committed Feb 2, 2024
1 parent 85b016e commit 8d7d631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-14
strategy:
matrix:
compiler: [GCC-13, LLVM-Clang-16, LLVM-Clang-17]
Expand All @@ -31,11 +31,11 @@ jobs:
brew update
brew install gcc@13 ninja
- compiler: LLVM-Clang-16
cxx: /usr/local/opt/llvm@16/bin/clang++
cxx: $(brew --prefix llvm@16)/bin/clang++
install: |
brew install llvm@16 ninja
- compiler: LLVM-Clang-17
cxx: /usr/local/opt/llvm@17/bin/clang++
cxx: $(brew --prefix llvm@17)/bin/clang++
install: |
brew install llvm@17 ninja
Expand Down

0 comments on commit 8d7d631

Please sign in to comment.