Skip to content

Commit bdd5c00

Browse files
CI/azure/prepare_assets: remove macOS-11
Signed-off-by: Cristina Suteu <[email protected]>
1 parent efee366 commit bdd5c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/azure/prepare_assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ release_artifacts() {
1414
rm -r "Linux-${i}"
1515
done
1616

17-
local pkg_assets='macOS-11 macOS-12 macOS-13-x64 macOS-13-arm64'
17+
local pkg_assets='macOS-12 macOS-13-x64 macOS-13-arm64'
1818
cd "${BUILD_ARTIFACTSTAGINGDIRECTORY}"
1919
for i in $pkg_assets; do
2020
cd "${i}"

0 commit comments

Comments
 (0)