From e3e0c68f8f8a4e1ae2fe5294a9098d181b53dc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 5 Apr 2024 21:27:31 +0200 Subject: [PATCH] tools: run test-ubsan on ubuntu-latest PR-URL: https://github.com/nodejs/node/pull/52375 Reviewed-By: Yagiz Nizipli Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca Reviewed-By: Rafael Gonzaga --- .github/workflows/test-ubsan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubsan.yml b/.github/workflows/test-ubsan.yml index 7ac185996d75fb..0282f57e92aba8 100644 --- a/.github/workflows/test-ubsan.yml +++ b/.github/workflows/test-ubsan.yml @@ -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++