Skip to content

Commit

Permalink
Update freebsd vm to latest version
Browse files Browse the repository at this point in the history
Update freebsd vm to latest version

Signed-off-by: neil <[email protected]>
  • Loading branch information
Neilpang authored and pcercuei committed Nov 21, 2023
1 parent 65a5a5f commit 1562985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on: [push]

jobs:
build:
runs-on: macos-12
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os: ["12.3", "13.2"]
os: ["13.2"]
name: Test FreeBSD
steps:
- uses: actions/checkout@v3
- name: Install libiio dependencies of FreeBSD
id: test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.os }}
usesh: true
Expand Down

0 comments on commit 1562985

Please sign in to comment.