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

@ -44,7 +44,7 @@ jobs:
run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl
codespell-cmakelint-pytype-ruff: codespell-cmakelint-pytype-ruff:
runs-on: ubuntu-24.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: with:
@ -93,7 +93,7 @@ jobs:
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5 uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5
miscchecks: miscchecks:
runs-on: ubuntu-24.04 runs-on: ubuntu-latest
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

View File

@ -219,7 +219,7 @@ jobs:
name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }} name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }}
needs: needs:
- build-cache - build-cache
runs-on: 'ubuntu-24.04' runs-on: 'ubuntu-latest'
timeout-minutes: 45 timeout-minutes: 45
strategy: strategy:
fail-fast: false fail-fast: false

View File

@ -62,7 +62,7 @@ env:
jobs: jobs:
linux: linux:
name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }} 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 }} container: ${{ matrix.build.container }}
timeout-minutes: 45 timeout-minutes: 45
strategy: strategy:

View File

@ -226,7 +226,7 @@ jobs:
android: android:
name: "Android ${{ matrix.platform }} (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, arm64)" name: "Android ${{ matrix.platform }} (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, arm64)"
runs-on: 'ubuntu-24.04' runs-on: 'ubuntu-latest'
timeout-minutes: 5 timeout-minutes: 5
strategy: strategy:
matrix: matrix:
@ -300,7 +300,7 @@ jobs:
amiga: amiga:
name: "AmigaOS (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, AmiSSL, gcc, m68k)" name: "AmigaOS (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, AmiSSL, gcc, m68k)"
runs-on: 'ubuntu-24.04' runs-on: 'ubuntu-latest'
timeout-minutes: 5 timeout-minutes: 5
env: env:
amissl-version: 5.18 amissl-version: 5.18
@ -397,7 +397,7 @@ jobs:
msdos: msdos:
name: "MS-DOS (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, openssl, djgpp, i586)" name: "MS-DOS (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, openssl, djgpp, i586)"
runs-on: 'ubuntu-24.04' runs-on: 'ubuntu-latest'
timeout-minutes: 5 timeout-minutes: 5
env: env:
toolchain-version: '3.4' toolchain-version: '3.4'