Skip to content

Commit 458df4b

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/flake8.yml

+1-1
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 🛎️

Diff for: .github/workflows/mypy.yml

+1-1
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:

Diff for: .github/workflows/python_ci_linux.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ permissions:
1919

2020
jobs:
2121
tests:
22-
name: "ubuntu-20.04 / Python ${{ matrix.config.python-version }}"
23-
runs-on: "ubuntu-20.04"
22+
name: "ubuntu-22.04 / Python ${{ matrix.config.python-version }}"
23+
runs-on: "ubuntu-22.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
2626
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9,pypy-3.10'
@@ -85,7 +85,7 @@ jobs:
8585

8686
Coverage:
8787
needs: tests
88-
runs-on: "ubuntu-20.04"
88+
runs-on: "ubuntu-22.04"
8989
steps:
9090
- name: Checkout 🛎️
9191
uses: "actions/checkout@v4"
@@ -134,7 +134,7 @@ jobs:
134134
Deploy:
135135
needs: tests
136136

137-
runs-on: "ubuntu-20.04"
137+
runs-on: "ubuntu-22.04"
138138
steps:
139139
- name: Checkout 🛎️
140140
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)