From 4f2b6c2739a982bdef91378230277b0db27ddf49 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 13 Sep 2024 21:22:01 +0300 Subject: [PATCH] Bump clang --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8864e0aad..88bda9df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,11 +238,11 @@ jobs: clang-runtime: '10' cuda: true - - name: selfh-ubu20-clang9-runtime10-cuda + - name: selfh-ubu20-clang9-runtime18-cuda os: self-hosted #ubuntu-20.04 runs-on: cuda compiler: clang-9 - clang-runtime: '10' + clang-runtime: '18' cuda: true - name: ubu20-clang9-runtime15