Skip to content

Commit

Permalink
update FreeBSD auto-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiomb committed Nov 10, 2023
1 parent 9b46aeb commit a2d121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build:

runs-on: macos-12
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

- name: FreeBSD build
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
prepare: |
pkg install -y git gmake libX11 libXi libXtst
Expand Down

0 comments on commit a2d121a

Please sign in to comment.