Merge 3d7544b481 into merged_master (Bitcoin PR bitcoin/bitcoin#28823)

This commit is contained in:
Byron Hambly 2025-11-06 10:41:17 +02:00
commit 4d2d7184bb
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -71,7 +71,7 @@ jobs:
name: 'macOS 13 native, x86_64, no depends, sqlite only, gui'
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
# See: https://github.com/actions/runner-images#available-images.
runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528
runs-on: macos-13
# No need to run on the read-only mirror, unless it is a PR.
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'