diff --git a/ci/run_tests_pipeline.yaml b/ci/run_tests_pipeline.yaml index 27c8e0df..62367290 100644 --- a/ci/run_tests_pipeline.yaml +++ b/ci/run_tests_pipeline.yaml @@ -19,9 +19,12 @@ stages: imageName: "ubuntu-latest" poolName: "Azure Pipelines" vsQuestDbMaster: true - mac: + mac-latest: imageName: "macos-latest" poolName: "Azure Pipelines" + mac-14: + imageName: "macos-14" + poolName: "Azure Pipelines" windows-msvc-2019: imageName: "windows-2019" poolName: "Azure Pipelines"