Skip to content

Commit 8b23397

Browse files
committed
ci: pypy 3.7 macos on x64 still
1 parent ce63713 commit 8b23397

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

+18
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,15 @@ jobs:
350350
python-architecture: "x64",
351351
rust-target: "x86_64-apple-darwin",
352352
}
353+
# pypy macOS support came in 3.8
354+
- rust: stable
355+
python-version: "pypy3.7"
356+
platform:
357+
{
358+
os: "macos-13",
359+
python-architecture: "x64",
360+
rust-target: "x86_64-apple-darwin",
361+
}
353362

354363
exclude:
355364
# ubuntu-latest (24.04) no longer supports 3.7
@@ -380,6 +389,15 @@ jobs:
380389
python-architecture: "arm64",
381390
rust-target: "aarch64-apple-darwin",
382391
}
392+
# pypy macOS support came in 3.8
393+
- rust: stable
394+
python-version: "pypy3.7"
395+
platform:
396+
{
397+
os: "macos-latest",
398+
python-architecture: "arm64",
399+
rust-target: "aarch64-apple-darwin",
400+
}
383401

384402
valgrind:
385403
if: ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)