diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55170fe3d..11e458c5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -351,7 +351,7 @@ jobs: test_freebsd: - name: test freebsd-14.1 rust stable + name: test freebsd-15.0 rust stable runs-on: ${{ matrix.job.os }} timeout-minutes: 70 strategy: @@ -410,7 +410,7 @@ jobs: if: failure() uses: ./.github/actions/artifact_failure with: - name: test-freebsd-14.1-stable + name: test-freebsd-15.0-stable release: name: release diff --git a/docs/DistributedFreeBSD.md b/docs/DistributedFreeBSD.md index 9d9f96013..af360890f 100644 --- a/docs/DistributedFreeBSD.md +++ b/docs/DistributedFreeBSD.md @@ -25,7 +25,7 @@ It's up to the user to create the reference pot that serves as a template to clone from when instantiating image and build containers, e.g.: ```sh -pot create -p sccache-template -N alias -i "lo0|127.0.0.2" -t single -b 14.1 +pot create -p sccache-template -N alias -i "lo0|127.0.0.2" -t single -b 15.0 pot set-cmd -p sccache-template -c /usr/bin/true pot set-attr -p sccache-template -A no-rc-script -V YES pot snapshot -p sccache-template diff --git a/scripts/freebsd-ci-test.sh b/scripts/freebsd-ci-test.sh index a670c95df..57a088c53 100755 --- a/scripts/freebsd-ci-test.sh +++ b/scripts/freebsd-ci-test.sh @@ -24,8 +24,8 @@ # $HOME/.potcache # # mkdir $HOME/.potcache -# fetch -o $HOME/.potcache/14.1-RELEASE_base.txz \ -# https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/14.1-RELEASE/base.txz +# fetch -o $HOME/.potcache/15.0-RELEASE_base.txz \ +# https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/15.0-RELEASE/base.txz # # This script can be run from a github action. When run locally, make # sure to install the required packages: