Skip to content

Commit

Permalink
Speed up our Sphinx GitHub Action with ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 18, 2025
1 parent 533767f commit c02ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c02ad3f

Please sign in to comment.