mirror of https://github.com/status-im/consul.git
parent
56d6e54ac7
commit
993fe9a6a6
|
@ -14,7 +14,7 @@ case "$GITHUB_REPOSITORY" in
|
|||
echo "compute-medium=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
||||
echo "compute-large=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
||||
# m5d.8xlarge is equivalent to our xl custom runner in CE
|
||||
echo "compute-xl=['self-hosted', 'ondemand', 'os=windows-2019']" >>"$GITHUB_OUTPUT"
|
||||
echo "compute-xl=['self-hosted', 'ondemand', 'os=windows-2019', 'type=m6a.4xlarge']" >>"$GITHUB_OUTPUT"
|
||||
;;
|
||||
*)
|
||||
# shellcheck disable=SC2129
|
||||
|
|
Loading…
Reference in New Issue