GHA: update ubuntu-24.04 to ubuntu-latest

`ubuntu-latest` is an alias for `ubuntu-24.04` now.
This commit is contained in:
Viktor Szakats 2025-01-17 03:29:26 +01:00
parent 1f789c5be1
commit 587ce6586c
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 7 additions and 7 deletions

View file

@ -62,7 +62,7 @@ env:
jobs:
linux:
name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }}
runs-on: ${{ matrix.build.image || 'ubuntu-24.04' }}
runs-on: ${{ matrix.build.image || 'ubuntu-latest' }}
container: ${{ matrix.build.container }}
timeout-minutes: 45
strategy: