Skip to content

Commit

Permalink
Merge pull request #1584 from davidhewitt/pypy-windows-x64
Browse files Browse the repository at this point in the history
pypy: use x64 windows in CI for pypy 3.7
  • Loading branch information
messense committed Apr 30, 2021
2 parents 7ebd322 + 1bcbc7a commit 1937e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -61,9 +61,9 @@ jobs:
# There is no 64-bit pypy on windows for pypy-3.6
- python-version: pypy-3.6
platform: { os: "windows-latest", python-architecture: "x64" }
# pypy on windows for pypy-3.7 coming in next PyPy release
# PyPy 3.7 on Windows doesn't release 32-bit builds any more
- python-version: pypy-3.7
platform: { os: "windows-latest", python-architecture: "x64" }
platform: { os: "windows-latest", python-architecture: "x86" }
include:
# Test minimal supported Rust version
- rust: 1.41.1
Expand Down

0 comments on commit 1937e21

Please sign in to comment.