Skip to content

Commit

Permalink
improve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Mar 7, 2024
1 parent 0a7bc19 commit e218ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- os: linux
manylinux: auto
target: x86_64
interpreter: pypy3.8 pypy3.9 pypy3.10 3.11 3.12
interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10

# musllinux
- os: linux
Expand All @@ -185,7 +185,7 @@ jobs:
target: x86_64
- os: macos
target: aarch64
interpreter: 3.8 3.9 pypy3.9 pypy3.10
interpreter: 3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10

# windows
# x86_64 pypy builds are not PGO optimized, i686 not supported by pypy, aarch64 only 3.11 and up, also not PGO optimized
Expand All @@ -200,7 +200,7 @@ jobs:
# Ring cant target win aarch64 https://github.com/briansmith/ring/issues/1167
- os: windows
target: aarch64
interpreter: 3.11 3.12
interpreter: 3.9 3.10 3.11 3.12


runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/manylinux_build.sh

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/musllinux_build.sh

This file was deleted.

0 comments on commit e218ebc

Please sign in to comment.