Skip to content

Commit

Permalink
fixup bsd13
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed May 24, 2024
1 parent 0a76209 commit 2ed96ef
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 @@ -190,15 +190,15 @@ jobs:
run: make test

freebsd-13:
name: 'FreeBSD 13.2 on x86_64'
name: 'FreeBSD 13.3 on x86_64'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'build & test on FreeBSD'
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: "freebsd"
version: "13.2"
version: "13.3"
architecture: "x86_64"
run: |
# heirloom-tools has the original nroff, but it isn't working with -man
Expand All @@ -212,7 +212,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 'build & test on FreeBSD'
uses: cross-platform-actions/action@v0.23.0
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: "freebsd"
version: "14.0"
Expand Down

0 comments on commit 2ed96ef

Please sign in to comment.