Skip to content

Commit

Permalink
Switch from vmactions to cross-platform-actions (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Oct 27, 2023
1 parent 80db009 commit aa41c9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
- uses: actions/checkout@v3
- name: Build and test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.3.0
uses: cross-platform-actions/action@v0.20.0
with:
prepare: pkg install -y ninja cmake
operating_system: freebsd
version: '13.2'
run: |
freebsd-version
sudo pkg install -y ninja cmake
.github/s2n_bsd.sh
- name: Upload test results
if: ${{ failure() }}
Expand Down

0 comments on commit aa41c9b

Please sign in to comment.