Skip to content

Commit da56ee0

Browse files
committed
fix(ci): check sdist on ubuntu-22.04 to keep testing python 3.7
python 3.7 is not available on ubuntu-24.04 runner.
1 parent 6c29a0c commit da56ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
test_sdist:
177177
name: Test SDist with python ${{ matrix.python }}
178178
needs: [build_sdist]
179-
runs-on: ubuntu-latest
179+
runs-on: ubuntu-22.04
180180
strategy:
181181
fail-fast: false
182182
matrix:

0 commit comments

Comments
 (0)