Skip to content

Commit

Permalink
Merge pull request #217 from RICCIARDI-Adrien/ci_update_freebsd
Browse files Browse the repository at this point in the history
CI: Updated FreeBSD workflow to fix the boot loop issue.
  • Loading branch information
robbat2 authored Dec 7, 2023
2 parents cf21351 + 45200fc commit e659968
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 e659968

Please sign in to comment.