diff --git a/.github/ISSUE_TEMPLATE/01-launch-failure.yml b/.github/ISSUE_TEMPLATE/01-launch-failure.yml index 2c5451f..a7d5a7c 100644 --- a/.github/ISSUE_TEMPLATE/01-launch-failure.yml +++ b/.github/ISSUE_TEMPLATE/01-launch-failure.yml @@ -25,7 +25,8 @@ body: options: - Windows 10/11 x86_64 - Linux x86_64 - - macOS (unsupported) + - macOS arm64 + - macOS x86_64 - Other validations: required: true diff --git a/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml b/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml index 6c38de6..cdc772a 100644 --- a/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml +++ b/.github/ISSUE_TEMPLATE/02-site-or-action-bug.yml @@ -26,7 +26,8 @@ body: options: - Windows 10/11 x86_64 - Linux x86_64 - - macOS (unsupported) + - macOS arm64 + - macOS x86_64 - Other validations: required: true @@ -43,7 +44,7 @@ body: id: headless attributes: label: headless= - description: Some bugs only repro on Windows headless=True (hidden alt-desktop path). + description: Some bugs only repro with headless=True (hidden-window path on Windows/macOS, Xvfb on Linux). options: - "True" - "False" diff --git a/.github/ISSUE_TEMPLATE/03-stealth-detection.yml b/.github/ISSUE_TEMPLATE/03-stealth-detection.yml index b2c5e1d..25d3b4f 100644 --- a/.github/ISSUE_TEMPLATE/03-stealth-detection.yml +++ b/.github/ISSUE_TEMPLATE/03-stealth-detection.yml @@ -25,7 +25,8 @@ body: options: - Windows 10/11 x86_64 - Linux x86_64 - - macOS (unsupported) + - macOS arm64 + - macOS x86_64 - Other validations: required: true