Skip to content

Commit a887483

Browse files
Try updating ubuntu version to fix system package installation issues.
1 parent b88a94a commit a887483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: "Build mod_wsgi packages"
13-
runs-on: "ubuntu-20.04"
13+
runs-on: "ubuntu-22.04"
1414
steps:
1515
- uses: "actions/checkout@v2"
1616
- uses: "actions/setup-python@v2"
@@ -28,7 +28,7 @@ jobs:
2828

2929
tests:
3030
name: "Test mod_wsgi package (Python ${{ matrix.python-version }})"
31-
runs-on: "ubuntu-20.04"
31+
runs-on: "ubuntu-22.04"
3232
needs:
3333
- build
3434
strategy:

0 commit comments

Comments
 (0)