ci: updade runner from 20.04 to 24.04 (#2147)

https://github.com/actions/runner-images/issues/11101
This commit is contained in:
cyan 2025-04-01 20:04:28 +02:00 committed by GitHub
parent 27bfd85ba5
commit 14a577f9b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ on:
jobs:
Automated_integration_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:

View file

@ -4,7 +4,7 @@ on: [pull_request]
jobs:
PR_test_build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

View file

@ -4,7 +4,7 @@ on: [pull_request]
jobs:
check_restricted_imports:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4