From 30c235f395d0d97a8dec1343f374b82c7a2a3caf Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 May 2024 12:00:27 +0200 Subject: [PATCH] GHA: use ubuntu-latest with OmniOS job It's the same as ubuntu-22.04. Also update OmniOS package search link. Closes #13831 --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2