From 94877c4206f9810533275c3ae820f6a98adf8889 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Wed, 8 May 2024 15:41:10 +0100 Subject: [PATCH] Add llvm 18 for osx to ci --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468062be6..54eac19bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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