Skip to content

Commit cd83cbc

Browse files
committed
Target versioned Ubuntu.
1 parent d0afd67 commit cd83cbc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/autofix.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
python:
1212
name: Format Python code and create a PR
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/[email protected]
1616
with:
@@ -43,7 +43,7 @@ jobs:
4343

4444
json:
4545
name: Format JSON files and create a PR
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-20.04
4747
steps:
4848
- uses: actions/[email protected]
4949
- name: Install linter
@@ -70,7 +70,7 @@ jobs:
7070

7171
typos:
7272
name: Fix typos and create a PR
73-
runs-on: ubuntu-latest
73+
runs-on: ubuntu-20.04
7474
steps:
7575
- uses: actions/[email protected]
7676
- uses: sobolevn/[email protected]
@@ -91,7 +91,7 @@ jobs:
9191

9292
images:
9393
name: Optimize images
94-
runs-on: ubuntu-latest
94+
runs-on: ubuntu-20.04
9595
steps:
9696
- uses: actions/[email protected]
9797
- uses: calibreapp/[email protected]
@@ -118,7 +118,7 @@ jobs:
118118

119119
gitignore:
120120
name: Generate .gitignore and create a PR
121-
runs-on: ubuntu-latest
121+
runs-on: ubuntu-20.04
122122
steps:
123123
- uses: actions/[email protected]
124124
- name: Install git-extras package
@@ -145,7 +145,7 @@ jobs:
145145

146146
mailmap:
147147
name: Update .mailmap and create a PR
148-
runs-on: ubuntu-latest
148+
runs-on: ubuntu-20.04
149149
steps:
150150
- uses: actions/[email protected]
151151
with:

.github/workflows/autolock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Autolock
88

99
jobs:
1010
lock:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: dessant/[email protected]
1414
with:

.github/workflows/build.yaml

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

88
build:
99
name: Build, check and publish package on release
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/[email protected]
1313
- uses: actions/[email protected]

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
labels:
1212
name: Sync labels
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: Sync labels

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
lint-python:
1212
name: Lint and check Python code
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/[email protected]
1616
- uses: actions/[email protected]
@@ -26,7 +26,7 @@ jobs:
2626
2727
lint-yaml:
2828
name: Lint YAML files
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-20.04
3030
steps:
3131
- uses: actions/[email protected]
3232
- uses: actions/[email protected]

0 commit comments

Comments
 (0)