static_analysis: use 24.04 for everyone (#33227)

* noble

* test it

* Revert "test it"

This reverts commit 393868bf5f.
old-commit-hash: eb50f5cae8
pull/33302/head
Maxime Desroches 9 months ago committed by GitHub
parent 5b82b7c65e
commit 49ab9876fa
  1. 2
      .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:

Loading…
Cancel
Save