Skip to content

Commit

Permalink
ci: Fixed the Solaris build.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Dec 4, 2023
1 parent 2aff1c5 commit 89b2f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solaris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89b2f52

Please sign in to comment.