]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: update `ubuntu-24.04` to `ubuntu-latest`
authorViktor Szakats <commit@vsz.me>
Fri, 17 Jan 2025 02:29:26 +0000 (03:29 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 17 Jan 2025 03:34:05 +0000 (04:34 +0100)
`ubuntu-latest` is an alias for `ubuntu-24.04` now.

.github/workflows/checksrc.yml
.github/workflows/http3-linux.yml
.github/workflows/linux.yml
.github/workflows/non-native.yml

index 075bf507681a766565cbdb97c8ac298caf586634..72f341323dbbab51099b54082874e110209d2a33 100644 (file)
@@ -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:
@@ -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
index 897aa8d23ad31ec3d2c1db3699b832f6f54ab833..0ef034e07a3f832257e0af8686952c6dd731dd8c 100644 (file)
@@ -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
index 44d9bb64603e5cbaae37b3223ecae86aee9b76e4..6969f03ddad937620f12433ccf250eb76a106435 100644 (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:
index 5d378a11541e1190ff06841c6ae8506f954f39ff..ec32bd48efc6ca233089d57b099971462931e681 100644 (file)
@@ -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'