mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-25 21:55:25 +01:00
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:
parent
aef0bf07d6
commit
b6dbd8739c
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@ -24,7 +24,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
analysis:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup variables
|
||||
id: get-vars
|
||||
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -22,7 +22,7 @@ permissions:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user