From 048628bab54f2f189c9dcce5770440a22dcbe7b1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 11 Jun 2020 17:58:54 +0900 Subject: [PATCH] ci: fix ci failure on v0.1.x (#2608) --- .cirrus.yml | 2 +- ci/azure-test-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 549bcad11..d1002ab91 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-0-release-amd64 + image: freebsd-12-1-release-amd64 # Test FreeBSD in a full VM on cirrus-ci.com. Test the i686 target too, in the # same VM. The binary will be built in 32-bit mode, but will execute on a diff --git a/ci/azure-test-stable.yml b/ci/azure-test-stable.yml index f53ca0eb5..a04d349c6 100644 --- a/ci/azure-test-stable.yml +++ b/ci/azure-test-stable.yml @@ -8,7 +8,7 @@ jobs: ${{ if parameters.cross }}: MacOS: - vmImage: macOS-10.13 + vmImage: macOS-10.14 Windows: vmImage: vs2017-win2016 pool: