Skip to content

Commit

Permalink
GHA: update ubuntu-24.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
`ubuntu-latest` is an alias for `ubuntu-24.04` now.
  • Loading branch information
vszakats committed Jan 17, 2025
1 parent 1f789c5 commit 587ce65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checksrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl

codespell-cmakelint-pytype-ruff:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5

miscchecks:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/http3-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }}
needs:
- build-cache
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-latest'
timeout-minutes: 45
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/non-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
android:
name: "Android ${{ matrix.platform }} (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, arm64)"
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-latest'
timeout-minutes: 5
strategy:
matrix:
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
amiga:
name: "AmigaOS (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, AmiSSL, gcc, m68k)"
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-latest'
timeout-minutes: 5
env:
amissl-version: 5.18
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
msdos:
name: "MS-DOS (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, openssl, djgpp, i586)"
runs-on: 'ubuntu-24.04'
runs-on: 'ubuntu-latest'
timeout-minutes: 5
env:
toolchain-version: '3.4'
Expand Down

0 comments on commit 587ce65

Please sign in to comment.