From f3ef3295c1a1787e00cf6fda2b023ffd476624ca Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 15 Jul 2024 01:41:21 +0300 Subject: [PATCH] try to fix rocm --- .github/workflows/test_core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_core.yml b/.github/workflows/test_core.yml index 417c5ac..f459073 100644 --- a/.github/workflows/test_core.yml +++ b/.github/workflows/test_core.yml @@ -52,11 +52,11 @@ jobs: name: "Windows - x86_64 with OpenCL" action: "test" - - platform: "ubuntu-24.04" + - platform: "ubuntu-22.04" args: '--features "rocm"' rocm-version: "6.1.2" pre-build-args: "--rocm" - name: "Ubuntu 24.04 - ROCM" + name: "Ubuntu 22.04 - ROCM" action: "build" runs-on: ${{ matrix.platform }}