Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[develop] Bump Catalina version. #8966

Merged
merged 1 commit into from
Apr 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for FILE in $(ls $CICD_DIR/platforms/$PLATFORM_TYPE); do
if [[ $FILE_NAME =~ 'macos-10.14' ]]; then
export ANKA_TEMPLATE_NAME='10.14.6_6C_14G_40G'
elif [[ $FILE_NAME =~ 'macos-10.15' ]]; then
export ANKA_TEMPLATE_NAME='10.15.3_6C_14G_40G'
export ANKA_TEMPLATE_NAME='10.15.4_6C_14G_40G'
else # Linux
export ANKA_TAG_BASE=''
export ANKA_TEMPLATE_NAME=''
Expand Down