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

Commit

Permalink
Merge pull request #8966 from EOSIO/cicd-mac-bump-dev
Browse files Browse the repository at this point in the history
[develop] Bump Catalina version.
  • Loading branch information
scottarnette authored Apr 17, 2020
2 parents 8ab8387 + 60a8a93 commit d6a776c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d6a776c

Please sign in to comment.