Skip to content

Commit 3faa6df

Browse files
MikkCZrixx
authored andcommitted
ci: pin Ubuntu version to current LTS (22.04)
1 parent 3ec00d5 commit 3faa6df

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
spelling:
1919
name: Spellcheck
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python 3.9
@@ -45,7 +45,7 @@ jobs:
4545

4646
linkcheck:
4747
name: Linkcheck
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-22.04
4949
steps:
5050
- uses: actions/checkout@v2
5151
- name: Set up Python 3.9

.github/workflows/style.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
isort:
2323
name: isort
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Set up Python 3.9
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./src
4242
flake:
4343
name: flake8
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4545
steps:
4646
- uses: actions/checkout@v2
4747
- name: Set up Python 3.9
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: ./src
6262
black:
6363
name: black
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-22.04
6565
steps:
6666
- uses: actions/checkout@v2
6767
- name: Set up Python 3.9
@@ -81,7 +81,7 @@ jobs:
8181
working-directory: ./src
8282
djhtml:
8383
name: djhtml
84-
runs-on: ubuntu-latest
84+
runs-on: ubuntu-22.04
8585
steps:
8686
- uses: actions/checkout@v2
8787
- name: Set up Python 3.9
@@ -101,7 +101,7 @@ jobs:
101101
working-directory: ./src
102102
packaging:
103103
name: packaging
104-
runs-on: ubuntu-latest
104+
runs-on: ubuntu-22.04
105105
steps:
106106
- uses: actions/checkout@v2
107107
- name: Set up Python 3.9

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
test:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
name: Tests
2626
strategy:
2727
fail-fast: false

0 commit comments

Comments
 (0)