Skip to content

Commit

Permalink
Fix text-encoding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp4jack authored Jul 5, 2024
1 parent f9688d6 commit 105ba09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/text-encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 105ba09

Please sign in to comment.