From 70f7e772316500bba3707023835e6d4756183552 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 12 Apr 2024 14:55:24 -0700 Subject: [PATCH] Update Issue Xcode placeholder to a supported version (#12778) --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index daede0d5111..06f35e92362 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -46,7 +46,7 @@ body: attributes: label: Xcode Version description: What version of Xcode is being used? - placeholder: "14.3" + placeholder: "15.3" validations: required: true - type: dropdown