Skip to content

Commit 54e024c

Browse files
authored
GH runs-on: ubuntu-22.04 (#103)
1 parent 60236f3 commit 54e024c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

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

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
@@ -19,7 +19,7 @@ jobs:
1919
- uses: psf/black@stable
2020

2121
build:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
strategy:
2424
matrix:
2525
python-version: ['3.8', '3.9', '3.10', '3.11']

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-n-publish:
88
if: startsWith(github.ref, 'refs/tags')
99
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Python 3.x

0 commit comments

Comments
 (0)