From: Soeren Apel Date: Sun, 11 Aug 2024 20:21:34 +0000 (+0200) Subject: build_macos_docker.yml: Move from macos-11 to macos-12 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=785b4a45426ea61b7b5e5c19252e8b68a411c692;p=sigrok-build.git build_macos_docker.yml: Move from macos-11 to macos-12 See https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ for details. Essentially, macos-11 is no longer available as a build host. --- diff --git a/.github/workflows/build_macos_docker.yml b/.github/workflows/build_macos_docker.yml index a90cd48..45cecb5 100644 --- a/.github/workflows/build_macos_docker.yml +++ b/.github/workflows/build_macos_docker.yml @@ -17,7 +17,7 @@ jobs: build_docker_macos_1: name: MacOS docker build (1) - runs-on: macos-11 + runs-on: macos-12 env: TARGET: "x86" @@ -64,7 +64,7 @@ jobs: build_docker_macos_2: name: MacOS docker build (2) - runs-on: macos-11 + runs-on: macos-12 env: TARGET: "x86"