Sphinx runs on ubuntu 24.04 arm (#12530)

* Speed up our Sphinx GitHub Action with ARM

# `runs-on: ubuntu-24.04-arm`
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

* updating DIRECTORY.md

---------

Co-authored-by: cclauss <cclauss@users.noreply.github.com>
This commit is contained in:
Christian Clauss
2025-01-19 08:33:35 +01:00
committed by GitHub
parent 533767ff46
commit 91ebea1d99
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ concurrency:
jobs:
build_docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5