Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/reusable-ubsan.yml
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
encukou and hugovk authored Jun 17, 2025
commit 57678461cc89cb5234d8147b1c8a4230f26f1510
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-ubsan-reusable:
name: 'Undefined Behavior sanitizer'
name: 'Undefined behavior sanitizer'
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
Expand Down
Loading