Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tutorials/install-github-actions-runner-mac/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ dates:
posted: 2024-01-31
---

<ClickableBanner
productLogo="appleSilicon"
title="Preconfigured GitHub or GitLab Runners"
description="Scaleway plans to offer pre-installed GitHub and GitLab runners on Mac Mini devices. These runners would be specifically optimized for macOS workflows, providing an efficient and seamless integration into your CI/CD pipelines."
url="https://forms.gle/oWGkXdtDL5WBU5569"
label="Fill out the form to learn more" />

GitHub Actions is a powerful CI/CD platform that allows users to automate their software development workflows, connected to a GitHub organization or repository. While GitHub offers online runners with a pay-as-you-go model, self-hosted runners provide increased control and customization for your CI/CD setup. This tutorial guides you through setting up, configuring, and connecting a self-hosted runner on a Mac mini to execute macOS pipelines.

<Macro id="requirements" />
Expand Down