Skip to content

Commit df2556c

Browse files
authored
Run GitHub Actions on ARM processors (#43)
[Standard GitHub-hosted runners for public repositories](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) --> `ubuntu-24.04-arm`
1 parent 5dec9d0 commit df2556c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111
jobs:
1212
Run-Automerge:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04-arm
1414
if: github.repository == 'arm/arm-toolchain'
1515
strategy:
1616
matrix:

.github/workflows/sync_from_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
jobs:
1010
Fetch-Upstream:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212
if: github.repository == 'arm/arm-toolchain'
1313
strategy:
1414
matrix:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to the Arm Toolchain project!
88
This repository contains the source code for the Arm Toolchain
99
project, a fork of the LLVM project containing build scripts and
1010
auxiliary material for building LLVM based toolchains targeting
11-
Arm for bare-metal or native AArch64 Linux environments.
11+
Arm for bare-metal or native AArch64 Linux environments.
1212

1313
## Goal
1414

0 commit comments

Comments
 (0)