Skip to content

Commit

Permalink
Update itinerant_ruff_fixes.yml: runs-on: ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 25, 2025
1 parent 1bc3d87 commit 4064c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.x]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- run: pip install --user auto-walrus codespell[toml] ruff
- run: echo "Testing ${{ github.event.inputs.repo }}..."
Expand Down

0 comments on commit 4064c85

Please sign in to comment.