We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8100461 commit cf8793eCopy full SHA for cf8793e
1 file changed
.github/workflows/main.yml
@@ -236,6 +236,7 @@ jobs:
236
(cd $arch && tar xf ../tmp-$arch.tar)
237
done
238
mv arm64/build .
239
+ sed -i -e 's/macos-arm64/macos-universal/g' build/ci/ci_includes.generated.sh
240
241
. build/ci/ci_includes.generated.sh
242
0 commit comments