diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3ff0b2..1cc2499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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"