Skip to content

Commit

Permalink
CI/azure/prepare_assets: remove macOS-11
Browse files Browse the repository at this point in the history
Signed-off-by: Cristina Suteu <cristina.suteu@analog.com>
  • Loading branch information
cristina-suteu committed Aug 26, 2024
1 parent efee366 commit bdd5c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/azure/prepare_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release_artifacts() {
rm -r "Linux-${i}"
done

local pkg_assets='macOS-11 macOS-12 macOS-13-x64 macOS-13-arm64'
local pkg_assets='macOS-12 macOS-13-x64 macOS-13-arm64'
cd "${BUILD_ARTIFACTSTAGINGDIRECTORY}"
for i in $pkg_assets; do
cd "${i}"
Expand Down

0 comments on commit bdd5c00

Please sign in to comment.