Skip to content

Commit c5131a2

Browse files
Bump Ubuntu to 22.04 (#55)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent f5c9de7 commit c5131a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
Run:
1818
name: "Flake8"
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-22.04"
2020

2121
steps:
2222
- name: Checkout 🛎️

.github/workflows/mypy.yml

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

2121
strategy:
2222
matrix:
23-
os: ['ubuntu-20.04', 'windows-2019']
23+
os: ['ubuntu-22.04', 'windows-2019']
2424
fail-fast: false
2525

2626
steps:

.github/workflows/python_ci_linux.yml

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

8282
Coverage:
8383
needs: tests
84-
runs-on: "ubuntu-20.04"
84+
runs-on: "ubuntu-22.04"
8585
steps:
8686
- name: Checkout 🛎️
8787
uses: "actions/checkout@v4"
@@ -130,7 +130,7 @@ jobs:
130130
Deploy:
131131
needs: tests
132132

133-
runs-on: "ubuntu-20.04"
133+
runs-on: "ubuntu-22.04"
134134
steps:
135135
- name: Checkout 🛎️
136136
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)