Skip to content

Commit ce17087

Browse files
committed
Update Thread Sanitizer to use Ubuntu 22.04
1 parent 3d1160f commit ce17087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tsan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ on:
4949

5050
jobs:
5151
build:
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-22.04
5353

5454
container:
55-
image: ghcr.io/intel/fpga-runtime-for-opencl/ubuntu-20.04-dev:main
55+
image: ghcr.io/intel/fpga-runtime-for-opencl/ubuntu-22.04-dev:main
5656

5757
continue-on-error: true
5858

0 commit comments

Comments
 (0)