From 3ceab7ef12c48b861ece9c11b96cbfc02a6863d8 Mon Sep 17 00:00:00 2001 From: JoseSantosAMD Date: Fri, 25 Aug 2023 13:29:20 -0500 Subject: [PATCH] change to 5.3 Signed-off-by: JoseSantosAMD --- .github/workflows/ubuntu-focal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-focal.yml b/.github/workflows/ubuntu-focal.yml index a6487098a..d91e76b37 100644 --- a/.github/workflows/ubuntu-focal.yml +++ b/.github/workflows/ubuntu-focal.yml @@ -18,7 +18,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: rocm/dev-ubuntu-20.04:5.3 + image: rocm/dev-ubuntu-20.04:5.3.3 # Steps represent a sequence of tasks that will be executed as part of the job steps: # Cancel any previous runs