Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
Run-Automerge:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
if: github.repository == 'arm/arm-toolchain'
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_from_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
Fetch-Upstream:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
if: github.repository == 'arm/arm-toolchain'
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to the Arm Toolchain project!
This repository contains the source code for the Arm Toolchain
project, a fork of the LLVM project containing build scripts and
auxiliary material for building LLVM based toolchains targeting
Arm for bare-metal or native AArch64 Linux environments.
Arm for bare-metal or native AArch64 Linux environments.

## Goal

Expand Down