Skip to content

Commit

Permalink
sds
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky committed Nov 26, 2024
1 parent d4ecc4e commit dfc7858
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
runner: [ubuntu-latest]
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
matrix:
runner: [ubuntu-latest]
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
matrix:
runner: [windows-latest]
target: [x64, x86]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -202,8 +202,8 @@ jobs:
fail-fast: false
matrix:
runner: [macos-latest]
target: [x86_64, aarch64]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
target: [aarch64] # x86_64
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit dfc7858

Please sign in to comment.