Skip to content

Commit ccd2a3a

Browse files
Update runtime-sanitizers.yml
1 parent 606485e commit ccd2a3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/runtime-sanitizers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
asan-ubsan-linux:
1212
name: ASan/UBSan Linux
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
submodules: recursive
@@ -82,10 +82,10 @@ jobs:
8282
8383
valgrind-linux:
8484
name: Valgrind Linux
85-
runs-on: ubuntu-24.04
85+
runs-on: ubuntu-latest
8686

8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 0
9191
submodules: recursive

0 commit comments

Comments
 (0)