static_analysis: use 24.04 for everyone (#33227)

* noble

* test it

* Revert "test it"

This reverts commit 393868bf5f.
pull/33231/head
Maxime Desroches 9 months ago committed by GitHub
parent f8f6c39915
commit eb50f5cae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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