File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 8585 strategy :
8686 fail-fast : false
8787 matrix :
88+ # We use ubuntu-22.04 rather than the latest version to make the built
89+ # binaries more portable (eg functional aginast older glibc).
8890 runs-on :
89- - ubuntu-24 .04
90- - ubuntu-24 .04-arm
91+ - ubuntu-22 .04
92+ - ubuntu-22 .04-arm
9193 - macos-13
9294 - macos-14
9395
Original file line number Diff line number Diff line change 1616 description : " Runner to use for the build"
1717 required : true
1818 type : choice
19+ # We use ubuntu-22.04 rather than the latest version to make the built
20+ # binaries more portable (eg functional aginast older glibc).
1921 options :
20- - ubuntu-24 .04
21- - ubuntu-24 .04-arm
22+ - ubuntu-22 .04
23+ - ubuntu-22 .04-arm
2224 - macos-13
2325 - macos-14
2426
@@ -157,7 +159,7 @@ jobs:
157159 echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
158160 echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
159161 case "${{ inputs.runs-on }}" in
160- ubuntu-24 .04*)
162+ ubuntu-22 .04*)
161163 build_runs_on="depot-${{ inputs.runs-on }}-16"
162164 test_runs_on=$build_runs_on
163165 ;;
You can’t perform that action at this time.
0 commit comments