From 1c592e8fd810683626e67950380426181dd3a5b5 Mon Sep 17 00:00:00 2001 From: gr0vity-dev Date: Fri, 18 Aug 2023 17:17:14 +0200 Subject: [PATCH] Run workflow on Ubuntu-22.04 --- .github/workflows/code_sanitizers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_sanitizers.yml b/.github/workflows/code_sanitizers.yml index 84022fe12e..c55296312a 100644 --- a/.github/workflows/code_sanitizers.yml +++ b/.github/workflows/code_sanitizers.yml @@ -16,7 +16,7 @@ jobs: TEST_USE_ROCKSDB: [0, 1] COMPILER: [clang] SANITIZER: [ASAN, ASAN_INT, TSAN] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: issue_reported: ${{ steps.show_report.outputs.issue_reported }} env: