Skip to content

Commit 0c2aa89

Browse files
authored
Merge pull request #279 from duckinator/freebsd-ci-fix
[CI] bump FreeBSD image version.
2 parents 709dd1e + a8e25d7 commit 0c2aa89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ macOS_task:
5353
FreeBSD_task:
5454
alias: FreeBSD tests
5555
freebsd_instance:
56-
image_family: freebsd-14-2
56+
image_family: freebsd-15-0-amd64-zfs
5757
env:
5858
matrix:
5959
- PYTHON: 3.12
6060
install_script:
6161
- PY=`echo $PYTHON | tr -d '.'`
6262
- pkg install -y python${PY} py${PY}-setuptools
63+
- pkg install -y rust # https://github.com/duckinator/bork/issues/390
6364
- python${PYTHON} -m ensurepip --upgrade
6465
- python${PYTHON} -m pip install -U 'pip>=19' # Hard requirement for no setup.py.
6566
- python${PYTHON} -m pip install .[test]

0 commit comments

Comments
 (0)