diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae1d0a5..dfc93847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,13 +98,13 @@ jobs: - name: FreeBSD-aarch64 os: ubuntu-latest # ubuntu-24.04-arm is slower with the FreeBSD VM arch: aarch64 - bsd_release: '14.4' + bsd_release: '15.1' generator: "Unix Makefiles" shell: freebsd {0} - name: FreeBSD-amd64 os: ubuntu-latest arch: x86_64 - bsd_release: '14.4' + bsd_release: '15.1' generator: "Unix Makefiles" shell: freebsd {0} - name: Linux-aarch64