File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1818 - macos-13
1919 - windows-2022
2020 - windows-2019
21+ container :
22+ description : " An optional container to use"
23+ required : false
24+ type : choice
25+ options :
26+ - " alpine"
27+ - " "
28+ default : " "
2129 cmake_build_type :
2230 required : true
2331 type : choice
98106 description : " The GitHub runner to use"
99107 required : true
100108 type : string
109+ container :
110+ description : " An optional container to use"
111+ required : false
112+ type : string
113+ default : " "
101114 cmake_build_type :
102115 required : true
103116 type : string
136149jobs :
137150 build-test-and-install :
138151 runs-on : ${{ inputs.runner }}
152+ container : ${{ inputs.container }}
139153 permissions :
140154 contents : write # Upload assets to release.
141155 steps :
You can’t perform that action at this time.
0 commit comments