Skip to content

Commit

Permalink
Merge pull request #240 from melroy89/patch-1
Browse files Browse the repository at this point in the history
Also use ubuntu-latest for the FreeBSD build
  • Loading branch information
stappersg authored Dec 7, 2024
2 parents 134b13a + 5ea0297 commit 5eeabd3
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: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Build
uses: vmactions/freebsd-vm@v1.0.2
uses: vmactions/freebsd-vm@v1
with:
run: |
pkg update
Expand Down

0 comments on commit 5eeabd3

Please sign in to comment.