From: Adrien RICCIARDI Date: Wed, 6 Dec 2023 09:26:22 +0000 (+0100) Subject: ci: Fix the Solaris build (#464) X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=c975187f8ca49a2d2d02fbea0dc7dd7115cba052 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 --- 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