mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: run FreeBSD job on Ubuntu
This commit is contained in:
parent
dcc10ba81b
commit
00ec29c834
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
TARGET: 'sh -xe'
|
||||
|
||||
- name: FreeBSD
|
||||
os: macos-12
|
||||
os: ubuntu-latest
|
||||
env:
|
||||
TARGET: 'ssh freebsd /bin/sh -xe'
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
- name: Install FreeBSD dependencies
|
||||
if: matrix.name == 'FreeBSD'
|
||||
uses: vmactions/freebsd-vm@v0
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
usesh: true
|
||||
prepare: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue