Switch FreeBSD's CI image to stable/11

The 11.3-release GCE image isn't working due to a bug in the included
py36-google-compute-engine package, but that bug is fixed in the latest
stable/11 images.
This commit is contained in:
Alan Somers 2019-08-07 15:53:55 -06:00
parent 91e44b1e61
commit 000ac11554
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
task:
name: stable x86_64-unknown-freebsd-11
freebsd_instance:
image: freebsd-11-3-release-amd64
image: freebsd-11-3-stable-amd64-v20190801
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh