From eca5d9eaa9e5dcaee254dbca2253423bde153d17 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Mon, 28 Oct 2024 15:00:19 +0100 Subject: [PATCH] try gcc-13 --- .github/workflows/actionstest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionstest.yml b/.github/workflows/actionstest.yml index fc9c53a..e62980b 100644 --- a/.github/workflows/actionstest.yml +++ b/.github/workflows/actionstest.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - compiler: [g++-12, clang++] + compiler: [g++-13, clang++] steps: - uses: actions/checkout@v4.1.1