diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e335540a2c..5d6bfbf88f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1360,7 +1360,7 @@ jobs: - name: Run a full build uses: vmactions/freebsd-vm@v1 with: - release: 13.2 + release: "14.0" usesh: true copyback: false prepare: | @@ -1392,7 +1392,7 @@ jobs: - name: Run a full build uses: vmactions/freebsd-vm@v1 with: - release: 13.2 + release: "14.0" usesh: true copyback: false prepare: | diff --git a/ci/actions-templates/freebsd-builds-template.yaml b/ci/actions-templates/freebsd-builds-template.yaml index c5ff819539..1a5c11d70c 100644 --- a/ci/actions-templates/freebsd-builds-template.yaml +++ b/ci/actions-templates/freebsd-builds-template.yaml @@ -18,7 +18,7 @@ jobs: # skip-main skip-stable - name: Run a full build uses: vmactions/freebsd-vm@v1 with: - release: 13.2 + release: "14.0" usesh: true copyback: false prepare: |