From 9d6171267432d3c4d44598e870c3748d600262e3 Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Fri, 6 Dec 2024 12:46:06 -0800 Subject: [PATCH] ci: switch to ubuntu-latest for longtests Temporary switch to ubuntu-latest for long tests to work around a timeout issue. Signed-off-by: Terri Oda --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6310c69d43..59ed6c2aeb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -197,7 +197,7 @@ jobs: github.head_ref ) ) - runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }} + runs-on: 'ubuntu-latest' timeout-minutes: 120 env: LONG_TESTS: 1