File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 83
83
matrix :
84
84
runs-on :
85
85
- ubuntu-22.04
86
- - ubuntu-22.04-arm
86
+ - depot- ubuntu-22.04-arm-small
87
87
- windows-2022
88
88
- macos-13
89
89
- macos-14
Original file line number Diff line number Diff line change 18
18
type : choice
19
19
options :
20
20
- ubuntu-22.04
21
+ - depot-ubuntu-22.04-arm-small
21
22
- windows-2022
22
23
- macos-13
23
24
- macos-14
@@ -151,10 +152,14 @@ jobs:
151
152
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
152
153
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
153
154
case "${{ inputs.runs-on }}" in
154
- ubuntu-22.04* )
155
+ ubuntu-22.04)
155
156
runs_on="depot-${{ inputs.runs-on }}-16"
156
157
multi_stage="false"
157
158
;;
159
+ depot-ubuntu-22.04-arm-small)
160
+ runs_on="depot-ubuntu-22.04-arm-16"
161
+ multi_stage="false"
162
+ ;;
158
163
*)
159
164
runs_on="${{ inputs.runs-on }}"
160
165
multi_stage="true"
You can’t perform that action at this time.
0 commit comments