]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: use ubuntu-latest with OmniOS job
authorViktor Szakats <commit@vsz.me>
Thu, 30 May 2024 10:00:27 +0000 (12:00 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 30 May 2024 10:10:55 +0000 (12:10 +0200)
It's the same as ubuntu-22.04.

Also update OmniOS package search link.

Closes #13831

.github/workflows/non-native.yml

index ec540bc9787377237643d0dc0d9d998d0608663c..e48a847aadbe75c5743d116b08ab9c2865fbbb35 100644 (file)
@@ -174,7 +174,7 @@ jobs:
 
   omnios:
     name: 'OmniOS (autotools, openssl, gcc, amd64)'
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     timeout-minutes: 30
     steps:
       - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
@@ -182,7 +182,7 @@ jobs:
         uses: vmactions/omnios-vm@a61ca1ebafdcb14a9d986928d070c9834ee66fd3 # v1
         with:
           usesh: true
-          # https://pkg.omnios.org/r151048/core/en/index.shtml
+          # https://pkg.omnios.org/r151050/core/en/index.shtml
           prepare: pkg install build-essential libtool
           run: |
             ln -s /usr/bin/gcpp /usr/bin/cpp  # Some tests expect `cpp`, which is named `gcpp` in this env.