Skip to content

Commit

Permalink
ci: update FreeBSD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanvanSchaik committed Jan 22, 2024
1 parent e5dee41 commit 1db9dc6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,18 @@ jobs:
run: cargo test

freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
strategy:
matrix:
os:
- release: '13.1'
- release: '12.3'
- release: '14.0'
- release: '13.2'
- release: '12.4'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build (freebsd-${{ matrix.os.release }})
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.os.release }}
envs: 'RUSTFLAGS'
Expand Down

0 comments on commit 1db9dc6

Please sign in to comment.