use ubuntu-latest for analysis and codeql

Not sure if there are still valid reasons to use 24.04
Basically testing if github actions run in the PR and then may merge

Using ubuntu-latest would allow that the self-hosted runners can be used instead to only use the ones from github. This should speed up the checks...

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-02-19 14:42:22 +01:00
parent aef0bf07d6
commit b6dbd8739c
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ concurrency:
jobs: jobs:
analysis: analysis:
runs-on: ubuntu-24.04 runs-on: ubuntu-latest
steps: steps:
- name: Setup variables - name: Setup variables
id: get-vars id: get-vars

View File

@ -22,7 +22,7 @@ permissions:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-24.04 runs-on: ubuntu-latest
permissions: permissions:
actions: read actions: read
contents: read contents: read