Skip to content

Commit

Permalink
Fixes failing FreeBSD build in CI (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine authored Oct 31, 2023
1 parent 95753f0 commit ec24437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- name: Build and test in FreeBSD
id: test
uses: cross-platform-actions/[email protected]
timeout-minutes: 25
with:
operating_system: freebsd
version: '13.2'
version: '13.1'
run: |
freebsd-version
sudo pkg install -y ninja cmake
Expand Down

0 comments on commit ec24437

Please sign in to comment.