From: Viktor Szakats Date: Thu, 30 May 2024 10:00:27 +0000 (+0200) Subject: GHA: use ubuntu-latest with OmniOS job X-Git-Tag: curl-8_9_0~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30c235f395d0d97a8dec1343f374b82c7a2a3caf;p=thirdparty%2Fcurl.git GHA: use ubuntu-latest with OmniOS job It's the same as ubuntu-22.04. Also update OmniOS package search link. Closes #13831 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index ec540bc978..e48a847aad 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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.