From c975187f8ca49a2d2d02fbea0dc7dd7115cba052 Mon Sep 17 00:00:00 2001 From: Adrien RICCIARDI Date: Wed, 6 Dec 2023 10:26:22 +0100 Subject: [PATCH] ci: Fix the Solaris build (#464) Switched to the latest version of the Solaris GitHub Action that now uses Qemu and libvirt on an Ubuntu runner instead of VirtualBox on a macOS runner. Signed-off-by: RICCIARDI-Adrien --- .github/workflows/solaris.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index ac46eaa..7dc2f2e 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -3,12 +3,12 @@ on: [push, pull_request] jobs: solaris: - runs-on: macos-12 + runs-on: ubuntu-22.04 steps: - name: Checkout PPP sources uses: actions/checkout@v3 - name: Build - uses: vmactions/solaris-vm@v0 + uses: vmactions/solaris-vm@v1.0.0 with: run: | pkg update -- 2.39.2