Skip to content

Commit acbd8c7

Browse files
committed
Update workflow to use Ubuntu 22.04.
1 parent 614df86 commit acbd8c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build_sdist:
1212
name: Build sdist
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -38,7 +38,7 @@ jobs:
3838

3939
build_generic_wheel:
4040
name: Build generic wheel (without speedups)
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-22.04
4242
env:
4343
# Build a wheel without speedups that can run on pure Python
4444
GENSHI_BUILD_SPEEDUP: 0

0 commit comments

Comments
 (0)