From c2d99c409bb6d6a3da423019d46f4b524d88e27a Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Fri, 23 Aug 2024 11:58:05 -0500 Subject: [PATCH] try runner with updated driver --- .github/workflows/ci-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 93774a9dc..46cb17b85 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -91,7 +91,7 @@ jobs: test_linux: name: E2E Test linux - runs-on: amd7940hs + runs-on: nod-nuc-linux-2 needs: build_and_ctest strategy: fail-fast: true