We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d9239 commit 4cc7e26Copy full SHA for 4cc7e26
1 file changed
.github/workflows/tests.yml
@@ -2,17 +2,15 @@ name: Run tests
2
on: [workflow_dispatch]
3
4
env:
5
- CMAKE_BUILD_PARALLEL_LEVEL: 8
+ CMAKE_BUILD_PARALLEL_LEVEL: 4
6
SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
7
CCACHE_NOHASHDIR: "true"
8
CCACHE_COMPILERCHECK: "content"
9
- CCACHE_DEBUG: 1
10
- CCACHE_DEBUGDIR: "${{ github.workspace }}/ccache-debug"
11
12
jobs:
13
run_tests:
14
name: Running tests
15
- runs-on: reticula-build-ubuntu-22.04
+ runs-on: ubuntu-24.04
16
17
steps:
18
- uses: actions/checkout@v4
0 commit comments