We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606485e commit ccd2a3aCopy full SHA for ccd2a3a
1 file changed
.github/workflows/runtime-sanitizers.yml
@@ -10,10 +10,10 @@ on:
10
jobs:
11
asan-ubsan-linux:
12
name: ASan/UBSan Linux
13
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
with:
18
fetch-depth: 0
19
submodules: recursive
@@ -82,10 +82,10 @@ jobs:
82
83
valgrind-linux:
84
name: Valgrind Linux
85
86
87
88
89
90
91
0 commit comments