]> git.ozlabs.org Git - ppp.git/commitdiff
ci: Fix the Solaris build (#464)
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>
Wed, 6 Dec 2023 09:26:22 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 09:26:22 +0000 (09:26 +0000)
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 <adrien.ricciardi@hotmail.fr>
.github/workflows/solaris.yaml

index ac46eaa52404989c812bed58dcc2f1b5b5c7bf8a..7dc2f2e5787f13948fc2e1b18b511e815a1ca144 100644 (file)
@@ -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