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: nodejs#52375
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
  • Loading branch information
targos authored 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
Original file line number Diff line number Diff line change
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.