Skip to content

Commit

Permalink
Add llvm 18 for osx to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored May 8, 2024
1 parent 3f0e5a1 commit 036e6c8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
os: macos-14
compiler: clang
clang-runtime: '17'
#Turn on once clang-18 available through Homebrew
#- name: osx14-arm-clang-runtime18
# os: macos-14
# compiler: clang
# clang-runtime: '18'
- name: osx14-arm-clang-runtime18
os: macos-14
compiler: clang
clang-runtime: '18'

- name: osx13-x86-clang-runtime12
os: macos-13
Expand Down Expand Up @@ -83,11 +83,11 @@ jobs:
os: macos-13
compiler: clang
clang-runtime: '17'
#Turn on once clang-18 available through Homebrew
#- name: osx13-x86-clang-runtime18
# os: macos-13
# compiler: clang
# clang-runtime: '18'
- name: osx13-x86-clang-runtime18
os: macos-13
compiler: clang
clang-runtime: '18'

- name: win2022-msvc-runtime14
os: windows-2022
Expand Down

0 comments on commit 036e6c8

Please sign in to comment.