Skip to content

Commit

Permalink
Update build.yml to fix BSD builds (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
perkelix authored Feb 12, 2025
1 parent 7e82f1c commit 57054fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: make tests

openbsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: Bootstrap OpenBSD-latest
uses: mario-campos/emulate@v1
Expand All @@ -56,7 +56,7 @@ jobs:
make tests
freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: Bootstrap FreeBSD-latest
uses: mario-campos/emulate@v1
Expand All @@ -82,7 +82,7 @@ jobs:
make tests
netbsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: Bootstrap NetBSD-latest
uses: mario-campos/emulate@v1
Expand Down

0 comments on commit 57054fe

Please sign in to comment.