Skip to content

Commit 2ae72e8

Browse files
authored
Update codeql.yml
1 parent 3f4a8d2 commit 2ae72e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
export CCACHE_MAXSIZE=400M
8383
ccache -z
8484
85-
$CMAKE --build build -j 4
85+
$CMAKE --build build -j 3
8686
8787
ccache -s
8888
du -hs ~/.cache/ccache
8989
9090
# Make sure CodeQL has something to do
9191
touch src/pyAMReX.cpp
9292
export CCACHE_DISABLE=1
93-
$CMAKE --build build -j 4
93+
$CMAKE --build build -j 3
9494
9595
# claim back disk space
9696
rm -rf build

0 commit comments

Comments
 (0)