Skip to content

Commit bb15c0f

Browse files
authored
fix(ci): test sdist on ubuntu-22.04 (#263)
python 3.7 is not available on ubuntu-latest
1 parent 8888ec9 commit bb15c0f

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
@@ -108,7 +108,7 @@ jobs:
108108
test_sdist:
109109
name: Test SDist with python ${{ matrix.python }}
110110
needs: [build_sdist]
111-
runs-on: ubuntu-latest
111+
runs-on: ubuntu-22.04
112112
strategy:
113113
fail-fast: false
114114
matrix:

0 commit comments

Comments
 (0)