Skip to content

Commit a40c901

Browse files
authored
Fix linux-cross CI
1 parent 44814b3 commit a40c901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,20 +137,20 @@ jobs:
137137
manylinux: 2_28
138138
args: --release --out dist --interpreter '3.7 3.8 3.9 3.10 3.11'
139139
container: congyuwang/manylinux_2_28-cross:${{ matrix.target }}
140-
- uses: uraimo/run-on-arch-action@v2.0.5
140+
- uses: uraimo/run-on-arch-action@v2
141141
if: matrix.target != 'ppc64'
142142
name: Install built wheel and test
143143
with:
144144
arch: ${{ matrix.target }}
145-
distro: ubuntu20.04
145+
distro: ubuntu22.04
146146
githubToken: ${{ github.token }}
147147
install: |
148148
apt-get update
149149
apt-get install -y --no-install-recommends python3 python3-pip
150150
pip3 install -U pip
151151
run: |
152-
pip install rocksdict --no-index --find-links dist --force-reinstall
153-
python -m unittest discover -v test
152+
pip3 install rocksdict --no-index --find-links dist --force-reinstall
153+
python3 -m unittest discover -v test
154154
- name: Upload wheels
155155
uses: actions/upload-artifact@v2
156156
with:

0 commit comments

Comments
 (0)