Skip to content

Commit 0e314e9

Browse files
authored
Update ci.yml
1 parent 4b1cd45 commit 0e314e9

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

.github/workflows/ci.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
matrix:
5757
os:
5858
- name: 🐧
59-
runs-on: ubuntu-latest
59+
matrix: linux
60+
runs-on:
61+
- intel: ubuntu-latest
6062
python_platform: linux
6163
container:
6264
"2.7": docker://python:2.7-buster
@@ -73,11 +75,21 @@ jobs:
7375
"pypy3.9": docker://pypy:3.9-bookworm
7476
"pypy3.10": docker://pypy:3.10-bookworm
7577
- name: 🪟
76-
runs-on: windows-latest
78+
matrix: windows
79+
runs-on:
80+
- intel: windows-latest
7781
python_platform: win32
7882
- name: 🍎
79-
runs-on: macos-latest
83+
matrix: macos
84+
runs-on:
85+
- intel: macos-13
86+
- arm: macos-latest
8087
python_platform: darwin
88+
arch:
89+
- name: ARM
90+
matrix: arm
91+
- name: Intel
92+
matrix: intel
8193
python:
8294
- name: CPython 2.7
8395
tox: py27
@@ -209,6 +221,18 @@ jobs:
209221
implementation: pypy
210222
reactor:
211223
tox: pyside2
224+
- os:
225+
matrix: linux
226+
arch:
227+
matrix: arm
228+
- os:
229+
matrix: windows
230+
arch:
231+
matrix: arm
232+
- os:
233+
matrix: macos
234+
arch:
235+
matrix: arm
212236
steps:
213237
- uses: actions/checkout@v4
214238
- name: Enable Problem Matchers

0 commit comments

Comments
 (0)