From eb50f5cae82f9501bb15cfcc1ccb81656de20991 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 7 Aug 2024 20:22:22 -0700 Subject: [PATCH] static_analysis: use 24.04 for everyone (#33227) * noble * test it * Revert "test it" This reverts commit 393868bf5fd14a0afaa6d2b05f632c76f9b52213. --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 15b358eb10..9d1a546c5f 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -139,7 +139,7 @@ jobs: name: static analysis runs-on: ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || - (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-amd64-8x16' || 'ubuntu-latest' }} + (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-amd64-8x16' || 'ubuntu-24.04' }} env: PYTHONWARNINGS: default steps: