mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Switch to macos-11
This will drop support for MacOS 10.15 and lower, which will be deprecated within the next 3 months or so. But the GH hosted runners have dropped support for this already. https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/
This commit is contained in:
parent
5dc0310f26
commit
fdad2590da
2
.github/workflows/conan-package.yml
vendored
2
.github/workflows/conan-package.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||||
runs_on: 'macos-10.15'
|
runs_on: 'macos-11'
|
||||||
python_version: '3.10.x'
|
python_version: '3.10.x'
|
||||||
conan_logging_level: 'info'
|
conan_logging_level: 'info'
|
||||||
conan_export_binaries: true
|
conan_export_binaries: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user