Skip to content

Commit 403c554

Browse files
hroncokfrenzymadness
authored andcommitted
On the CI, lower the amount of tox envs on arm64
The arm64 job is much slower than others. Also, update some Pythons.
1 parent 558160b commit 403c554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-and-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- arch: amd64
2424
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,pypy,pypy39,pypy310
2525
- arch: arm64
26-
toxenv: py38,py39,py311
26+
toxenv: py312
2727
- arch: ppc64le
2828
toxenv: py37,py38,py311
2929
- arch: s390x
30-
toxenv: py36,py38,py311
30+
toxenv: py39,py310,py312
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v2

0 commit comments

Comments
 (0)