Skip to content

Commit 01bfc83

Browse files
Updated files with 'repo_helper'.
1 parent 8e7fcf8 commit 01bfc83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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: 4 additions & 4 deletions
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.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13'
@@ -82,7 +82,7 @@ jobs:
8282

8383
Coverage:
8484
needs: tests
85-
runs-on: "ubuntu-20.04"
85+
runs-on: "ubuntu-22.04"
8686
steps:
8787
- name: Checkout 🛎️
8888
uses: "actions/checkout@v4"
@@ -131,7 +131,7 @@ jobs:
131131
Deploy:
132132
needs: tests
133133

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

0 commit comments

Comments
 (0)