Skip to content

Commit

Permalink
update freebsd CI to fix the recent boot-looping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiomb committed Nov 10, 2023
1 parent 2cd1cfc commit c0e9657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_freebsd_x11.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:
run: |
pkg install -y cmake mesa-libs libGLU libX11 libXi libXrandr
Expand Down

0 comments on commit c0e9657

Please sign in to comment.