Skip to content

Commit

Permalink
Bump FreeBSD to 14.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jul 17, 2024
1 parent b30e2e2 commit 332496b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 'build & test on FreeBSD'
uses: cross-platform-actions/action@v0.24.0
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: "freebsd"
version: "13.3"
Expand All @@ -210,15 +210,15 @@ jobs:
make test
freebsd-14:
name: 'FreeBSD 14.0 on x86_64'
name: 'FreeBSD 14.1 on x86_64'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'build & test on FreeBSD'
uses: cross-platform-actions/action@v0.24.0
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: "freebsd"
version: "14.0"
version: "14.1"
architecture: "x86_64"
run: |
# heirloom-tools has the original nroff, but it isn't working with -man
Expand Down

0 comments on commit 332496b

Please sign in to comment.