Skip to content

Commit 3f97671

Browse files
committed
python-setup: run tests on Ubuntu 22.04
1 parent e1ce6e3 commit 3f97671

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-deps.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-latest, macos-latest]
29+
os: [ubuntu-latest, ubuntu-22.04, macos-latest]
3030
python_deps_type: [pipenv, poetry, requirements, setup_py]
3131
python_version: [2, 3]
3232
exclude:
@@ -63,6 +63,7 @@ jobs:
6363
6464
case ${{ matrix.os }} in
6565
ubuntu-latest*) basePath="/opt";;
66+
ubuntu-22.04*) basePath="/opt";;
6667
macos-latest*) basePath="/Users/runner";;
6768
esac
6869
echo ${basePath}
@@ -86,7 +87,7 @@ jobs:
8687
strategy:
8788
fail-fast: false
8889
matrix:
89-
os: [ubuntu-latest, macos-latest]
90+
os: [ubuntu-latest, ubuntu-22.04, macos-latest]
9091

9192
steps:
9293
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -109,6 +110,7 @@ jobs:
109110
110111
case ${{ matrix.os }} in
111112
ubuntu-latest*) basePath="/opt";;
113+
ubuntu-22.04*) basePath="/opt";;
112114
macos-latest*) basePath="/Users/runner";;
113115
esac
114116
echo ${basePath}

0 commit comments

Comments
 (0)