Skip to content

Commit 47ed55f

Browse files
committed
cleanup
1 parent 5da7649 commit 47ed55f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359

360360
cmake_test_cxx20_clang:
361361
name: CMake C++20 test(Clang with libc++)
362-
runs-on: ubuntu-latest
362+
runs-on: ubuntu-22.04
363363
steps:
364364
- uses: actions/checkout@v4
365365
with:
@@ -409,7 +409,7 @@ jobs:
409409

410410
cmake_test_cxx23_clang:
411411
name: CMake C++23 test(Clang with libc++)
412-
runs-on: ubuntu-latest
412+
runs-on: ubuntu-22.04
413413
steps:
414414
- uses: actions/checkout@v4
415415
with:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
rm -rf third_party
2121
- name: Setup
2222
env:
23-
CC: /usr/bin/gcc-10
24-
CXX: /usr/bin/g++-10
23+
CC: /usr/bin/gcc-12
24+
CXX: /usr/bin/g++-12
2525
GOOGLETEST_VERSION: 1.12.1
2626
run: |
2727
sudo -E ./ci/setup_googletest.sh

0 commit comments

Comments
 (0)