Skip to content

Commit 3b0b212

Browse files
committed
Increase github actions Ubuntu version to 22.04
The plan is increasing minimum Python version to 3.9 in the next release. 20.04 uses Python 3.8 and 22.04 uses 3.10.
1 parent d958754 commit 3b0b212

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ubuntu_pypi_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
run:
1111
name: Install from PyPI and run unit tests
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

.github/workflows/ubuntu_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
unlimited:
1010
name: Run build and unit tests. (unlimited API)
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
@@ -25,7 +25,7 @@ jobs:
2525
PYTHONPATH=./build-lib python3 -m unittest --verbose
2626
limited:
2727
name: Run build and unit tests. (limited API)
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)