Skip to content

Commit

Permalink
ci: pypy 3.7 macos on x64 still
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 12, 2024
1 parent ce63713 commit 8b23397
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,15 @@ jobs:
python-architecture: "x64",
rust-target: "x86_64-apple-darwin",
}
# pypy macOS support came in 3.8
- rust: stable
python-version: "pypy3.7"
platform:
{
os: "macos-13",
python-architecture: "x64",
rust-target: "x86_64-apple-darwin",
}

exclude:
# ubuntu-latest (24.04) no longer supports 3.7
Expand Down Expand Up @@ -380,6 +389,15 @@ jobs:
python-architecture: "arm64",
rust-target: "aarch64-apple-darwin",
}
# pypy macOS support came in 3.8
- rust: stable
python-version: "pypy3.7"
platform:
{
os: "macos-latest",
python-architecture: "arm64",
rust-target: "aarch64-apple-darwin",
}

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

0 comments on commit 8b23397

Please sign in to comment.