Skip to content

Commit 8cbb619

Browse files
committed
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.
1 parent f1f3f2d commit 8cbb619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: 'macOS 13 native, x86_64, no depends, sqlite only, gui'
7272
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
7373
# See: https://github.com/actions/runner-images#available-images.
74-
runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528
74+
runs-on: macos-13
7575

7676
# No need to run on the read-only mirror, unless it is a PR.
7777
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'

0 commit comments

Comments
 (0)