Skip to content

Commit

Permalink
GH Actions: bump to FreeBSD 14.2 (was 14.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 27, 2024
1 parent 7bcf87c commit 0812f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ jobs:
run: .build\build.ps1 -GTestPath C:\vcpkg\installed\x64-windows
- name: unittest
run: .build\run-unittest.ps1
freebsd_14_0:
freebsd_14_2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run in FreeBSD
uses: vmactions/freebsd-vm@v1
with:
release: "14.0"
release: "14.2"
usesh: true
prepare: |
pkg install -y cmake googletest
Expand Down

0 comments on commit 0812f05

Please sign in to comment.