Skip to content

Commit

Permalink
ci: remove note re M1 usage
Browse files Browse the repository at this point in the history
M1 is now available in GitHub CI, but we don't currently have a plan to
use it, so remove the comment.
  • Loading branch information
fanquake committed Nov 8, 2023
1 parent f1f3f2d commit 8cbb619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8cbb619

Please sign in to comment.