We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fca063 commit 5aa1a47Copy full SHA for 5aa1a47
.github/workflows/release-binaries-all.yml
@@ -83,6 +83,7 @@ jobs:
83
matrix:
84
runs-on:
85
- ubuntu-22.04
86
+ - ubuntu-22.04-arm
87
- windows-2022
88
- macos-13
89
- macos-14
.github/workflows/release-binaries.yml
@@ -151,7 +151,7 @@ jobs:
151
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
152
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
153
case "${{ inputs.runs-on }}" in
154
- ubuntu-22.04)
+ ubuntu-22.04*)
155
runs_on="depot-${{ inputs.runs-on }}-16"
156
multi_stage="false"
157
;;
0 commit comments