From 50143d5867d35df76a6cf589ca8a13b22105aa64 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 May 2024 12:02:09 +0200 Subject: [PATCH] ci/GHA: use ubuntu-latest with OmniOS job It's the same as ubuntu-22.04. Also update OmniOS package search link. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcf621d9..a803f077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -677,7 +677,7 @@ jobs: build_omnios: name: 'OmniOS (autotools, openssl, gcc, amd64)' - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 30 steps: - uses: actions/checkout@v4 @@ -685,7 +685,7 @@ jobs: uses: vmactions/omnios-vm@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: | autoreconf -fi