From 16a63ab0b6cbc2d3893f05e51188e1e2a2cd5f1c Mon Sep 17 00:00:00 2001 From: Zibai Wang Date: Mon, 8 Jan 2024 10:50:36 -0500 Subject: [PATCH] Update Thread Sanitizer to use Ubuntu 22.04 --- .github/workflows/tsan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tsan.yml b/.github/workflows/tsan.yml index 29bf09d9..a363d6c1 100644 --- a/.github/workflows/tsan.yml +++ b/.github/workflows/tsan.yml @@ -49,10 +49,10 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: - image: ghcr.io/intel/fpga-runtime-for-opencl/ubuntu-20.04-dev:main + image: ghcr.io/intel/fpga-runtime-for-opencl/ubuntu-22.04-dev:main continue-on-error: true