]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Update to macos-13 master github/master
authorSoeren Apel <redacted>
Thu, 15 May 2025 15:22:20 +0000 (17:22 +0200)
committerSoeren Apel <redacted>
Thu, 15 May 2025 15:22:20 +0000 (17:22 +0200)
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"

.github/workflows/build.yml

index da896fafa49dea91bf53505bc7d914f87ca44355..8c8ab55c74dcbffb3287c3cf7271a58a81e9036f 100644 (file)
@@ -616,7 +616,7 @@ jobs:
       ((endsWith(github.repository, 'pulseview')) ||
       (endsWith(github.repository, 'sigrok-build')))
 
       ((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:
 
 # Note: For now, we only supply debug builds
 #    strategy:
@@ -817,7 +817,7 @@ jobs:
       ((endsWith(github.repository, 'sigrok-cli')) ||
       (endsWith(github.repository, 'sigrok-build')))
 
       ((endsWith(github.repository, 'sigrok-cli')) ||
       (endsWith(github.repository, 'sigrok-build')))
 
-    runs-on: macos-12
+    runs-on: macos-13
 
     env:
       TARGET: "x86"
 
     env:
       TARGET: "x86"