From 4d96cf1d2b32135a64473dcadcec9ee8864304c2 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sun, 18 Jan 2026 16:01:24 +0100 Subject: [PATCH] Update Illumos build workflows to use OmniOS VM - Replaced OpenIndiana VM with OmniOS VM in Illumos build steps across `rust.yml` and `release.yml` workflows. - Updated related workflow labels and comments for consistency. --- .github/workflows/release.yml | 6 +++--- .github/workflows/rust.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55691e7..c6d3dac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,12 +7,12 @@ on: jobs: build-illumos: - name: Build on Illumos (OpenIndiana) + name: Build on Illumos (OmniOS) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Build in OpenIndiana VM - uses: vmactions/openindiana-vm@v1 + - name: Build in OmniOS VM + uses: vmactions/omnios-vm@v1 with: prepare: | pkg install -v developer/lang/rustc build-essential jq diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7861190..c00eeca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -85,15 +85,15 @@ jobs: path: target/release/ retention-days: 1 - # Build on Illumos (OpenIndiana) + # Build on Illumos (OmniOS) build-illumos: name: Build (Illumos) needs: [format, clippy] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Build in OpenIndiana VM - uses: vmactions/openindiana-vm@v1 + - name: Build in OmniOS VM + uses: vmactions/omnios-vm@v1 with: prepare: | pkg install -v developer/lang/rustc build-essential jq