Skip to content

Commit db4fd0b

Browse files
committed
W
1 parent a0bb1be commit db4fd0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
287287
linux-arm-release:
288288
if: ${{ github.ref == 'refs/heads/master' }}
289-
runs-on: ubuntu-22.04-arm
289+
runs-on: ubuntu-24.04-arm
290290
steps:
291291
- uses: actions/checkout@v4
292292

ci_tester/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn test_args() {
2323
println!("Testing mode {}", mode);
2424
let _ = fs::remove_dir_all("RandomDirWithoutContent");
2525
fs::create_dir_all("RandomDirWithoutContent").expect("Should not fail in tests");
26-
run_with_good_status(&[CZKAWKA_PATH.get().as_str(), mode, "-d", "RandomDirWithoutContent"], true);
26+
run_with_good_status(&[CZKAWKA_PATH.get().as_str(), mode, "-d", "RandomDirWithoutContent", "-W"], true);
2727
}
2828
}
2929

0 commit comments

Comments
 (0)