aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-08 15:07:17 +0000
committerfanquake <fanquake@gmail.com>2023-11-08 15:07:17 +0000
commit8cbb6196913b22006dac75f719a2834ab0d6c94f (patch)
tree6c78c819b26556ebbde5dc57c236a71e541c9e60 /.github
parentf1f3f2d9cc38f1e3793a653ffb6666d46d2b80df (diff)
downloadbitcoin-8cbb6196913b22006dac75f719a2834ab0d6c94f.tar.xz
ci: remove note re M1 usage
M1 is now available in GitHub CI, but we don't currently have a plan to use it, so remove the comment.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5939520ad7..1cd40be541 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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'