Ver código fonte

Merge pull request #484 from tobil4sk/fix-ci

[ci] Update linux and mac environments
Aurel 3 anos atrás
pai
commit
0eb655ee8d

+ 1 - 1
other/azure-pipelines/build-linux.yml

@@ -1,6 +1,6 @@
 parameters:
   name: 'BuildLinux'
-  vmImage: 'ubuntu-16.04'
+  vmImage: 'ubuntu-18.04'
   container: 'debian:stretch'
   arch: '' # set it to i386 fof 32-bit build
   buildSystem: 'cmake' # either 'cmake' or 'make'

+ 1 - 1
other/azure-pipelines/build-mac.yml

@@ -1,6 +1,6 @@
 parameters:
   name: 'BuildMac'
-  vmImage: 'macOS-10.14'
+  vmImage: 'macOS-10.15'
   buildSystem: 'cmake' # either 'cmake' or 'make'
   cmakeConfig: 'RelWithDebInfo'