From 2ed96efdf50d6be37a1f962a05b769adf971813c Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 24 May 2024 10:29:37 -0700 Subject: [PATCH] fixup bsd13 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"