Skip to content

Commit 655a974

Browse files
committed
Run test suite on MacOS (arm64 only)
1 parent f9ea264 commit 655a974

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/tests.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@ jobs:
3030
- os: ubuntu-latest
3131
python: '3.13'
3232
toxenv: py313
33+
- os: macos-latest
34+
python: '3.9'
35+
toxenv: py39
36+
- os: macos-latest
37+
python: '3.10'
38+
toxenv: py310
39+
- os: macos-latest
40+
python: '3.11'
41+
toxenv: py311
42+
- os: macos-latest
43+
python: '3.12'
44+
toxenv: py312
45+
- os: macos-latest
46+
python: '3.13'
47+
toxenv: py313
3348
runs-on: ${{ matrix.os }}
3449

3550
steps:
@@ -81,6 +96,20 @@ jobs:
8196
toxenv: py312
8297
- os: ubuntu-latest
8398
python: '3.13'
99+
- os: macos-latest
100+
python: '3.9'
101+
toxenv: py39
102+
- os: macos-latest
103+
python: '3.10'
104+
toxenv: py310
105+
- os: macos-latest
106+
python: '3.11'
107+
toxenv: py311
108+
- os: macos-latest
109+
python: '3.12'
110+
toxenv: py312
111+
- os: macos-latest
112+
python: '3.13'
84113
toxenv: py313
85114
runs-on: ${{ matrix.os }}
86115

0 commit comments

Comments
 (0)