File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 build-docs :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04-arm
1717 permissions :
1818 contents : read
1919
5050 environment :
5151 name : github-pages
5252 url : ${{ steps.deployment.outputs.page_url }}
53- runs-on : ubuntu-latest
53+ runs-on : ubuntu-24.04-arm
5454 needs : build-docs
5555 steps :
5656 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 99
1010jobs :
1111 publish :
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04-arm
1313 permissions :
1414 id-token : write
1515
Original file line number Diff line number Diff line change 1313 lint :
1414 name : Lint and Style
1515
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04-arm
1717
1818 steps :
1919 - uses : actions/checkout@v6
3131 pytest :
3232 name : Pytest
3333
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-24.04-arm
3535
3636 steps :
3737 - uses : actions/checkout@v6
5252 selftest :
5353 name : Selftest
5454
55- runs-on : ubuntu-latest
55+ runs-on : ubuntu-24.04-arm
5656
5757 steps :
5858 - uses : actions/checkout@v6
7070 typing :
7171 name : Typing with ty
7272
73- runs-on : ubuntu-latest
73+ runs-on : ubuntu-24.04-arm
7474
7575 steps :
7676 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments