Skip to content

Commit

Permalink
tools: run test-ubsan on ubuntu-latest
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos committed Apr 5, 2024
1 parent c02de65 commit 67b9dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubsan.yml
Expand Up @@ -38,7 +38,7 @@ permissions:
jobs:
test-ubsan:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
CC: gcc
CXX: g++
Expand Down

0 comments on commit 67b9dda

Please sign in to comment.