From 2c6979bc5ee562e0295f1d3de91546465d94add4 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 28 Jul 2022 10:41:24 +0200 Subject: [PATCH] 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/ --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 1fa6d538a3..e58997edf4 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -61,7 +61,7 @@ jobs: fail-fast: false matrix: include: - - { os: macos-10.15, os_id: 'MacOS' } + - { os: macos-11, os_id: 'MacOS' } - { os: windows-2022, os_id: 'Windows' } - { os: ubuntu-20.04, os_id: 'Linux' } - { os: ubuntu-22.04, os_id: 'Linux-latest' }