Skip to content

Commit

Permalink
MacOS -> macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Nov 11, 2022
1 parent aabe803 commit 2da2210
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

macos:
runs-on: macos-latest
name: MacOS
name: macOS
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/determinism_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

macos:
runs-on: macos-latest
name: MacOS Determinism Check
name: macOS Determinism Check

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To implement your custom memory allocator override Allocate, Free, AlignedAlloca
- 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)

### MacOS
### macOS

- Install XCode
- Download CMake 3.23+ (https://cmake.org/download/)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For more information see the [Architecture and API documentation](https://jrouwe
* Linux (tested on Ubuntu 20.04) x64/ARM64
* Android (tested on Android 10) x64/ARM64
* 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
* WebAssembly, see [this](https://github.com/jrouwe/JoltPhysics.js) separate project.

Expand Down

0 comments on commit 2da2210

Please sign in to comment.