Skip to content

Commit 1af0391

Browse files
committed
build: Update containers to ubuntu-22.04
1 parent 2c42e9c commit 1af0391

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
pre-commit:
1919
name: Generic pre-commit checks
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@v4.1.1
2323
with:
@@ -32,7 +32,7 @@ jobs:
3232

3333
mypy:
3434
name: Mypy
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- uses: actions/checkout@v4.1.1
3838
with:
@@ -48,7 +48,7 @@ jobs:
4848
tests:
4949
strategy:
5050
matrix:
51-
os: [ubuntu-20.04]
51+
os: [ubuntu-22.04]
5252
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
5353

5454
name: ${{ matrix.os }}/tests_${{ matrix.python }}

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
commitsar:
1212
name: Verify commit messages
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Check out code
1616
uses: actions/checkout@v4.1.1

.github/workflows/release.yml

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

99
build-n-publish:
1010
name: Build and publish Python 🐍distributions 📦 to PyPI
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4.1.1
1414
- name: Set up Python 3.9

0 commit comments

Comments
 (0)