From 105ba09212b73c1b5393c4f29a0c5e4ffd861b82 Mon Sep 17 00:00:00 2001 From: rsp4jack Date: Fri, 5 Jul 2024 09:44:43 +0800 Subject: [PATCH] Fix text-encoding workflow --- .github/workflows/text-encoding.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/text-encoding.yml b/.github/workflows/text-encoding.yml index ebf00b2e..65abadb2 100644 --- a/.github/workflows/text-encoding.yml +++ b/.github/workflows/text-encoding.yml @@ -9,7 +9,7 @@ on: jobs: check: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Get checker hash @@ -34,7 +34,7 @@ jobs: cd .github/workflows/encodingcheck mkdir build && cd build - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13 -DBUILD_ENCODINGCHECK=true .. + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 -DBUILD_ENCODINGCHECK=true .. cmake --build . -t encodingcheck -j - name: Check run: .github/workflows/encodingcheck/build/encodingcheck