File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 strategy :
2929 fail-fast : false
3030 matrix :
31- arch :
32- - amd64
33- - arm
34- os :
31+ platform :
3532 - ubuntu-24.04
33+ - ubuntu-24.04-arm
3634 python :
3735 - " 3.11"
3836 - " 3.12"
4139 # that uses the same venv to run multiple linting sessions
4240 - " ci_checks_max"
4341 - " pytest_min"
44- runs-on : ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
42+ runs-on : ${{ matrix.platform }}
4543
4644 steps :
4745 - name : Run nox
@@ -105,15 +103,13 @@ jobs:
105103 strategy :
106104 fail-fast : false
107105 matrix :
108- arch :
109- - amd64
110- - arm
111- os :
106+ platform :
112107 - ubuntu-24.04
108+ - ubuntu-24.04-arm
113109 python :
114110 - " 3.11"
115111 - " 3.12"
116- runs-on : ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
112+ runs-on : ${{ matrix.platform }}
117113
118114 steps :
119115 - name : Setup Git
You can’t perform that action at this time.
0 commit comments