File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
- os : [ubuntu-latest, macos-latest]
29
+ os : [ubuntu-latest, ubuntu-22.04, macos-latest]
30
30
python_deps_type : [pipenv, poetry, requirements, setup_py]
31
31
python_version : [2, 3]
32
32
exclude :
63
63
64
64
case ${{ matrix.os }} in
65
65
ubuntu-latest*) basePath="/opt";;
66
+ ubuntu-22.04*) basePath="/opt";;
66
67
macos-latest*) basePath="/Users/runner";;
67
68
esac
68
69
echo ${basePath}
86
87
strategy :
87
88
fail-fast : false
88
89
matrix :
89
- os : [ubuntu-latest, macos-latest]
90
+ os : [ubuntu-latest, ubuntu-22.04, macos-latest]
90
91
91
92
steps :
92
93
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -109,6 +110,7 @@ jobs:
109
110
110
111
case ${{ matrix.os }} in
111
112
ubuntu-latest*) basePath="/opt";;
113
+ ubuntu-22.04*) basePath="/opt";;
112
114
macos-latest*) basePath="/Users/runner";;
113
115
esac
114
116
echo ${basePath}
You can’t perform that action at this time.
0 commit comments