Skip to content

Commit 324cd8f

Browse files
Update GA.
1 parent 6cc5731 commit 324cd8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels_linux_incode.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
python-version: [ '3.10' ]
1211
include:
1312
- platform: linux/amd64
1413
runs-on: ubuntu-latest
14+
python-version: [ '3.10' ]
1515
- platform: linux/arm64
1616
runs-on: ubuntu-24.04-arm
17+
python-version: [ '3.10' ]
1718
runs-on: ${{ matrix.runs-on }}
1819
steps:
1920
- name: Checkout

0 commit comments

Comments
 (0)