Skip to content

Commit db0100e

Browse files
authored
Run pytest GitHub Action on an ARM processor (#3619)
1 parent c6bdc1f commit db0100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell-private.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
REQUIRE_ASPELL: true
1515
RUFF_OUTPUT_FORMAT: github
1616
# Make sure we're using the latest aspell dictionary
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04-arm
1818
timeout-minutes: 10
1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)