From 42130666218d0695a07041ed7ef5085690070775 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sun, 4 Aug 2024 17:09:30 +0200 Subject: [PATCH] fix publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 80718317..fff0242a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: include: - - { os: ubuntu-24.04, compiler: clang-15 } + - { os: ubuntu-24.04, compiler: clang-16 } steps: - name: checkout uses: actions/checkout@v4