Skip to content

Commit 67b9dda

Browse files
authored
tools: run test-ubsan on ubuntu-latest
PR-URL: #52375 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent c02de65 commit 67b9dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubsan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838
jobs:
3939
test-ubsan:
4040
if: github.event.pull_request.draft == false
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-latest
4242
env:
4343
CC: gcc
4444
CXX: g++

0 commit comments

Comments
 (0)