File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- # TODO: Unpin ubuntu when https://github.com/rust-lang/rust/issues/111073#issuecomment-2561607617 is fixed.
31
- os : [ubuntu-22.04, macos-latest] # No Windows support for sanitizers.
30
+ os : [ubuntu-latest, macos-latest] # No Windows support for sanitizers.
32
31
sanitizer : [address, thread, leak] # TODO: memory
33
32
exclude :
34
33
# Memory and leak sanitizers are not supported on macOS.
62
61
ASAN_OPTIONS : detect_leaks=1:detect_stack_use_after_return=1
63
62
RUST_BACKTRACE : 1
64
63
run : |
65
- if [ "${{ matrix.os }}" = "ubuntu-22.04 " ]; then
64
+ if [ "${{ matrix.os }}" = "ubuntu-latest " ]; then
66
65
sudo apt-get install -y --no-install-recommends llvm
67
66
TARGET="x86_64-unknown-linux-gnu"
68
67
elif [ "${{ matrix.os }}" = "macos-latest" ]; then
You can’t perform that action at this time.
0 commit comments