Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-28 11:44:55 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-28 11:44:55 +0300
commitfdad2590da99126ab7ba0e684bbb9888e55107b9 (patch)
treeb53ea7a5ca751c044e48a3a057693898a9b5a557
parent5dc0310f266eec57034e40690734c365f8c5dda5 (diff)
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/
-rw-r--r--.github/workflows/conan-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml
index f868f80b99..28ef57fbf3 100644
--- a/.github/workflows/conan-package.yml
+++ b/.github/workflows/conan-package.yml
@@ -58,7 +58,7 @@ jobs:
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
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'
conan_logging_level: 'info'
conan_export_binaries: true