mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
update the azure pipelines to remove deprecated image (#1267)
replace removed azure image and some other CI pipeline updates
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -359,7 +359,7 @@ jobs:
|
||||
- name: Check CMake 3.16
|
||||
uses: ./.github/actions/quick_cmake
|
||||
with:
|
||||
cmake-version: "3.16"
|
||||
cmake-version: "3.16.2"
|
||||
if: success() || failure()
|
||||
|
||||
cmake-config-ubuntu-2404:
|
||||
|
||||
@@ -51,17 +51,13 @@ jobs:
|
||||
Linux14PC:
|
||||
vmImage: "ubuntu-latest"
|
||||
cli11.precompile: ON
|
||||
macOS-15_23:
|
||||
macOS-15_20:
|
||||
vmImage: "macOS-15"
|
||||
cli11.std: 23
|
||||
cli11.options: -DCLI11_ENABLE_EXTRA_VALIDATORS=1
|
||||
macOS-14_20:
|
||||
vmImage: "macOS-14"
|
||||
cli11.std: 20
|
||||
cli11.options: -DCLI11_ENABLE_EXTRA_VALIDATORS=1
|
||||
macOS-13_17:
|
||||
vmImage: "macOS-13"
|
||||
cli11.std: 17
|
||||
macOS-latest_23:
|
||||
vmImage: "macos-latest"
|
||||
cli11.std: 23
|
||||
cli11.options: -DCLI11_ENABLE_EXTRA_VALIDATORS=1
|
||||
macOS-14_11:
|
||||
vmImage: "macOS-14"
|
||||
|
||||
Reference in New Issue
Block a user