Skip to content

Commit

Permalink
ci: switch FreeBSD back to vmactions
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Dec 13, 2023
1 parent 0fb3769 commit 51530d2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: CI FreeBSD
steps:
- uses: actions/checkout@v3
- name: Build and test in FreeBSD
id: test
uses: cross-platform-actions/action@v0.21.1
timeout-minutes: 25
uses: vmactions/freebsd-vm@v1
timeout-minutes: 45
with:
operating_system: freebsd
version: '13.1'
prepare: pkg install -y ninja cmake
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 51530d2

Please sign in to comment.