Przeglądaj źródła

[ci] Update linux environment

Azure pipelines removed 16.04
tobil4sk 3 lat temu
rodzic
commit
f67c72171c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      other/azure-pipelines/build-linux.yml

+ 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'