Skip to content

Commit

Permalink
ci: Updated FreeBSD workflow to fix the boot loop issue.
Browse files Browse the repository at this point in the history
Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Nov 27, 2023
1 parent cf21351 commit 45200fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: [push, pull_request]

jobs:
freebsd:
runs-on: macos-12
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Build
uses: vmactions/freebsd-vm@v0.3.0
uses: vmactions/freebsd-vm@v1.0.2
with:
run: |
pkg update
Expand Down

0 comments on commit 45200fc

Please sign in to comment.