From a5f0ea7f6bfb721ce5e61deca530ca67a178301b Mon Sep 17 00:00:00 2001 From: Stefan Sobernig Date: Wed, 6 Dec 2023 08:42:52 +0100 Subject: [PATCH] Bump clang from 12 to 13 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fc1a44b..b595ea2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: tcltag: trunk experimental: [true] - os: ubuntu-latest - compiler: clang-12 + compiler: clang-13 tcltag: trunk experimental: [true] - os: ubuntu-latest @@ -41,7 +41,7 @@ jobs: tcltag: core-8-6-branch experimental: [true] - os: ubuntu-latest - compiler: clang-12 + compiler: clang-13 tcltag: core-8-6-branch experimental: [true] - os: macos-latest