From: Soeren Apel Date: Thu, 15 May 2025 15:22:20 +0000 (+0200) Subject: build.yml: Update to macos-13 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;p=sigrok-build.git build.yml: Update to macos-13 See https://github.com/actions/runner-images/issues/10721 "The macOS 12 Actions runner image will begin deprecation on 10/7/24 and will be fully unsupported by 12/3/24 for GitHub" --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da896fa..8c8ab55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -616,7 +616,7 @@ jobs: ((endsWith(github.repository, 'pulseview')) || (endsWith(github.repository, 'sigrok-build'))) - runs-on: macos-12 + runs-on: macos-13 # Note: For now, we only supply debug builds # strategy: @@ -817,7 +817,7 @@ jobs: ((endsWith(github.repository, 'sigrok-cli')) || (endsWith(github.repository, 'sigrok-build'))) - runs-on: macos-12 + runs-on: macos-13 env: TARGET: "x86"