Skip to content

Commit a169a60

Browse files
authored
Update FreeBSD version in CI (#1300)
Signed-off-by: Kevin Leimkuhler <[email protected]>
1 parent cd0423c commit a169a60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
freebsd_instance:
2-
image: freebsd-11-2-release-amd64
2+
image_family: freebsd-11-3-snap
33

44
task:
5-
name: FreeBSD 11.2 amd64
5+
name: FreeBSD
66
setup_script:
77
- pkg install -y curl
88
- curl https://sh.rustup.rs -sSf --output rustup.sh

ci/azure-cross-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
iOS:
10-
vmImage: macOS-10.13
10+
vmImage: macOS-10.14
1111
target: x86_64-apple-ios
1212

1313
Android:

ci/azure-test-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
${{ if parameters.cross }}:
1414
MacOS:
15-
vmImage: macOS-10.13
15+
vmImage: macOS-10.14
1616
Windows:
1717
vmImage: vs2017-win2016
1818
pool:

0 commit comments

Comments
 (0)