Skip to content

Commit

Permalink
Update FreeBSD version to 14.1 in cross compiling workflow (#536)
Browse files Browse the repository at this point in the history
* Update FreeBSD version to 14.1 in cross compiling workflow

The latest production release of FreeBSD is 14.1

* Cross build against FreeBSD 13.4 and 14.1

Test using all of the currently supported FreeBSD versions: 13.4 and 14.1.
  • Loading branch information
yonas authored Sep 25, 2024
1 parent 5565584 commit baccbed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,18 @@ jobs:
if: github.repository_owner == 'aws'
name: aws-lc-rs freebsd test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [13.4, 14.1]
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Prepare VM
uses: vmactions/freebsd-vm@v1
with:
release: 13.2
release: ${{ matrix.target }}
usesh: true
copyback: false
prepare: |
Expand Down

0 comments on commit baccbed

Please sign in to comment.