Skip to content

Commit a1303db

Browse files
committed
ci: use ubuntu-latest runner in gha actions
1 parent 0a2f46d commit a1303db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
gulp:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
1010
node-version: [14.15.x]

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- python-version: 3.11
4141
requirements-file: django-3.1.txt
4242
os: [
43-
ubuntu-20.04,
43+
ubuntu-latest,
4444
]
4545

4646
steps:
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
- name: library prerequisites
53-
run: sudo apt-get install python-dev libpq-dev libmagic1 gcc libxml2-dev libxslt1-dev libjpeg62 libopenjp2-7 -y
53+
run: sudo apt-get install python-dev-is-python3 libpq-dev libmagic1 gcc libxml2-dev libxslt1-dev libjpeg62 libopenjp2-7 -y
5454
- name: Install extra dependencies
5555
run: pip install lxml
5656
if: matrix.python-version == '3.10'

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-20.04
10+
os: ubuntu-latest
1111
tools:
1212
python: "3.9"
1313
# You can also specify other tool versions:

0 commit comments

Comments
 (0)