From 38e56b979beee0d736aca0ca47d7d071b4f61ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 18 Oct 2021 03:09:51 +0200 Subject: [PATCH] Apply suggestions from code review Plurals =,( Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com> --- .github/workflows/master_build.yml | 2 +- .github/workflows/pr_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master_build.yml b/.github/workflows/master_build.yml index dccddd37c4..b8b02b0ace 100644 --- a/.github/workflows/master_build.yml +++ b/.github/workflows/master_build.yml @@ -21,7 +21,7 @@ env: # OSX-specific variables DEVELOPER_DIR: /Applications/Xcode_11.2.app/Contents/Developer # We are using macOS SDK 10.12 to work around a lot of OpenGL issues in newer SDKs. - # There is crashes on startup, crashes on window resize, etc. on newer macOS SDKs. + # There are crashes on startup, crashes on window resize, etc. on newer macOS SDKs. MACOSX_DEPLOYMENT_TARGET: '10.12' # WIN-specific variables diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index c88166699d..96f0e89415 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -21,7 +21,7 @@ env: # OSX specific variables DEVELOPER_DIR: /Applications/Xcode_11.2.app/Contents/Developer # We are using macOS SDK 10.12 to work around a lot of OpenGL issues in newer SDKs. - # There is crashes on startup, crashes on window resize, etc. on newer macOS SDKs. + # There are crashes on startup, crashes on window resize, etc. on newer macOS SDKs. MACOSX_DEPLOYMENT_TARGET: '10.12' # WIN32 specific variables