Browse Source

MacOS -> macOS

Jorrit Rouwe 2 years ago
parent
commit
2da2210e72
4 changed files with 4 additions and 4 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/determinism_check.yml
  3. 1 1
      Build/README.md
  4. 1 1
      README.md

+ 1 - 1
.github/workflows/build.yml

@@ -143,7 +143,7 @@ jobs:
 
 
   macos:
   macos:
     runs-on: macos-latest
     runs-on: macos-latest
-    name: MacOS
+    name: macOS
     strategy:
     strategy:
         fail-fast: false
         fail-fast: false
         matrix:
         matrix:

+ 1 - 1
.github/workflows/determinism_check.yml

@@ -57,7 +57,7 @@ jobs:
 
 
   macos:
   macos:
     runs-on: macos-latest
     runs-on: macos-latest
-    name: MacOS Determinism Check
+    name: macOS Determinism Check
 
 
     steps:
     steps:
     - name: Checkout Code
     - name: Checkout Code

+ 1 - 1
Build/README.md

@@ -118,7 +118,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
 - Select 'Run' / 'Run...' and 'UnitTests'
 - Select 'Run' / 'Run...' and 'UnitTests'
 - If the screen turns green after a while the unit tests succeeded, when red they failed (see the android log for details)
 - If the screen turns green after a while the unit tests succeeded, when red they failed (see the android log for details)
 
 
-### MacOS
+### macOS
 
 
 - Install XCode
 - Install XCode
 - Download CMake 3.23+ (https://cmake.org/download/)
 - Download CMake 3.23+ (https://cmake.org/download/)

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ For more information see the [Architecture and API documentation](https://jrouwe
 * Linux (tested on Ubuntu 20.04) x64/ARM64
 * Linux (tested on Ubuntu 20.04) x64/ARM64
 * Android (tested on Android 10) x64/ARM64
 * Android (tested on Android 10) x64/ARM64
 * Platform Blue (a popular game console) x64
 * Platform Blue (a popular game console) x64
-* MacOS (tested on Monterey) x64/ARM64
+* macOS (tested on Monterey) x64/ARM64
 * iOS (tested on iOS 15) x64/ARM64
 * iOS (tested on iOS 15) x64/ARM64
 * WebAssembly, see [this](https://github.com/jrouwe/JoltPhysics.js) separate project.
 * WebAssembly, see [this](https://github.com/jrouwe/JoltPhysics.js) separate project.