Skip to content

Commit 4cc7e26

Browse files
committed
Let's see if 16GB is enough to build
1 parent 07d9239 commit 4cc7e26

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ name: Run tests
22
on: [workflow_dispatch]
33

44
env:
5-
CMAKE_BUILD_PARALLEL_LEVEL: 8
5+
CMAKE_BUILD_PARALLEL_LEVEL: 4
66
SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
77
CCACHE_NOHASHDIR: "true"
88
CCACHE_COMPILERCHECK: "content"
9-
CCACHE_DEBUG: 1
10-
CCACHE_DEBUGDIR: "${{ github.workspace }}/ccache-debug"
119

1210
jobs:
1311
run_tests:
1412
name: Running tests
15-
runs-on: reticula-build-ubuntu-22.04
13+
runs-on: ubuntu-24.04
1614

1715
steps:
1816
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)