There was an error while loading. Please reload this page.
1 parent 614df86 commit acbd8c7Copy full SHA for acbd8c7
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build_sdist:
12
name: Build sdist
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
steps:
15
- uses: actions/checkout@v4
16
@@ -38,7 +38,7 @@ jobs:
38
39
build_generic_wheel:
40
name: Build generic wheel (without speedups)
41
42
env:
43
# Build a wheel without speedups that can run on pure Python
44
GENSHI_BUILD_SPEEDUP: 0
0 commit comments