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 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 :
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}
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}
You can’t perform that action at this time.
0 commit comments