update check profile to use 24.04
This commit is contained in:
parent
ec3c48d95e
commit
eb8f9bba4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_profiles.yml
vendored
2
.github/workflows/check_profiles.yml
vendored
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
check_translation:
|
||||
name: Check profiles
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue