Skip to content

Commit 79bec6d

Browse files
authored
chore: CI: move RelWithAssert to Namespace runners (#14430)
1 parent 4f53dd7 commit 79bec6d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ jobs:
312312
},
313313
{
314314
"name": "Linux RelWithAssert",
315-
"os": "ubuntu-latest",
316-
"enabled": level >= 2,
315+
// Started running out of disk on GitHub standard runners
316+
"os": "nscloud-ubuntu-24.04-amd64-8x16",
317+
"enabled": large && level >= 2,
317318
"test": true,
318319
"CMAKE_PRESET": "relwithassert",
319320
// * `elab_bench/big_do` crashes with exit code 134

0 commit comments

Comments
 (0)