diff --git a/CMakeLists.txt b/CMakeLists.txt index fcea1da..17f86eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) ## use these variables to configure module installation set(OATPP_THIS_MODULE_NAME oatpp-my-module) ## name of the module (also name of folders in installation dirs) -set(OATPP_THIS_MODULE_VERSION "1.2.5") ## version of the module (also sufix of folders in installation dirs) +set(OATPP_THIS_MODULE_VERSION "1.3.0") ## version of the module (also sufix of folders in installation dirs) set(OATPP_THIS_MODULE_LIBRARIES oatpp-my-module) ## list of libraries to find when find_package is called set(OATPP_THIS_MODULE_TARGETS oatpp-my-module) ## list of targets to install set(OATPP_THIS_MODULE_DIRECTORIES oatpp-my-module) ## list of directories to install diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eb6f96b..74553d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,11 +4,11 @@ # https://aka.ms/yaml jobs: - - job: ubuntu_16_04 - displayName: 'Build - Ubuntu 16.04' + - job: ubuntu_20_04 + displayName: 'Build - Ubuntu 20.04' continueOnError: false pool: - vmImage: 'Ubuntu 16.04' + vmImage: 'ubuntu-20.04' workspace: clean: all steps: