mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 10:43:56 +02:00
Apply suggestions from code review
Plurals =,( Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com>
This commit is contained in:
parent
a7731cf4e5
commit
38e56b979b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue