forked from aws/s2n-tls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: switch FreeBSD back to vmactions
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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() }} | ||
|