From 2d3894416e84b6dc6568a4e3544348fcd82f8ac6 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Fri, 20 Dec 2024 17:44:47 +0100 Subject: [PATCH] nope --- .github/workflows/ticcutils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ticcutils.yml b/.github/workflows/ticcutils.yml index 93b454d..d3810ed 100644 --- a/.github/workflows/ticcutils.yml +++ b/.github/workflows/ticcutils.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - compiler: [g++-12, clang++-15] + compiler: [g++-12, clang++-14] steps: - uses: actions/checkout@v4.1.1