Skip to content

Commit d8cd60e

Browse files
committed
[maintenance]: Update to Ubuntu 22.04 in github workflow
Signed-off-by: Lunfan Zhang <[email protected]>
1 parent ca6040f commit d8cd60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ env:
1515
jobs:
1616
python-checks:
1717
name: minimaltest (pre-commit)
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v3
2222

2323
- name: Install dependencies
2424
run: |
25-
#: Install Python 2.7 from Ubuntu 20.04 using apt-get install
25+
#: Install Python 2.7 from Ubuntu 22.04 using apt-get install
2626
sudo apt-get update && sudo apt-get install -y python2
2727
curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
2828
python2 get-pip.py

0 commit comments

Comments
 (0)