Skip to content

Commit c56635d

Browse files
Revert ubuntu version and try updating package repo details.
1 parent a887483 commit c56635d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ on:
1010
jobs:
1111
build:
1212
name: "Build mod_wsgi packages"
13-
runs-on: "ubuntu-22.04"
13+
runs-on: "ubuntu-20.04"
1414
steps:
1515
- uses: "actions/checkout@v2"
1616
- uses: "actions/setup-python@v2"
1717
with:
1818
python-version: "3.9"
19+
- name: "Update package details"
20+
run: sudo apt --fix-missing update
1921
- name: "Install Apache package"
2022
run: sudo apt install -y apache2-dev
2123
- name: "Build mod_wsgi packages"
@@ -28,7 +30,7 @@ jobs:
2830

2931
tests:
3032
name: "Test mod_wsgi package (Python ${{ matrix.python-version }})"
31-
runs-on: "ubuntu-22.04"
33+
runs-on: "ubuntu-20.04"
3234
needs:
3335
- build
3436
strategy:

0 commit comments

Comments
 (0)