Skip to content

Commit

Permalink
.github/workflows/ci.yml: try one of linux arm64 runners
Browse files Browse the repository at this point in the history
they became publicly available last month
  • Loading branch information
wojdyr committed Feb 9, 2025
1 parent dc14ede commit fdb4f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
sphinx-build -M doctest . _build -n -E
ubuntu2404:
name: "Ubuntu 24.04"
runs-on: ubuntu-24.04
name: "Ubuntu 24.04 arm64"
runs-on: ubuntu-24.04-arm
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fdb4f4e

Please sign in to comment.