From: Jan Beich Date: Wed, 13 Jul 2022 21:30:36 +0000 (+0000) Subject: CI: upgrade FreeBSD to 13.1 X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=4b73eac41dc24fcc8e20f4d4a840f6e32321ffb7;p=proto%2Flabwc.git CI: upgrade FreeBSD to 13.1 FreeBSD doesn't support /latest and /quarterly package repos on EOL versions. 13.0 reaches EOL on 2022-08-31, so avoid CI breakage. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f841463..cd0babed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - name: Install FreeBSD dependencies if: matrix.name == 'FreeBSD' - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0.1.7 with: usesh: true prepare: |