Skip to content

Commit

Permalink
Fix linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Oct 1, 2024
1 parent a7fffd6 commit 31d44f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
include:
- arch: x86_64
os: kuber
os: Linux
python: "3.12"
link: https://github.com/disintar/ton/releases/download/ton-cpython-312-x86_64-linux/
file: python_ton.cpython-312-x86_64-linux-gnu.so
Expand All @@ -35,7 +35,7 @@ jobs:
fix_tag: arm64

- arch: x86_64
os: kuber
os: Linux
python: "3.10"
link: https://github.com/disintar/ton/releases/download/ton-cpython-310-x86_64-linux/
file: python_ton.cpython-310-x86_64-linux-gnu.so
Expand Down

0 comments on commit 31d44f6

Please sign in to comment.