mirror of
https://github.com/curl/curl.git
synced 2026-08-02 17:30:29 +03:00
GHA: update ubuntu-24.04 to ubuntu-latest
`ubuntu-latest` is an alias for `ubuntu-24.04` now.
This commit is contained in:
parent
1f789c5be1
commit
587ce6586c
4 changed files with 7 additions and 7 deletions
6
.github/workflows/non-native.yml
vendored
6
.github/workflows/non-native.yml
vendored
|
|
@ -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:
|
||||
|
|
@ -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
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue