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"
((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:
((endsWith(github.repository, 'sigrok-cli')) ||
(endsWith(github.repository, 'sigrok-build')))
- runs-on: macos-12
+ runs-on: macos-13
env:
TARGET: "x86"