Skip to content

Commit

Permalink
ci: switch to ubuntu-latest for longtests
Browse files Browse the repository at this point in the history
Temporary switch to ubuntu-latest for long tests to work around a
timeout issue.

Signed-off-by: Terri Oda <terri.oda@intel.com>
terriko committed Dec 6, 2024
1 parent d7a558a commit 9d61712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9d61712

Please sign in to comment.