aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-06 18:21:48 +0200
committerSven Gothel <[email protected]>2023-05-06 18:21:48 +0200
commit5c8bac04b9175c9f0987642f9b72d3384b01334b (patch)
tree321259c7da67fc04d9b88b662b925c41b6b4ce64 /doc
parent573bc43f88554fbb9e600dbcd65f78eb259a70ef (diff)
doc/JogAmpMacOSVersions.md: 3rd times a charm (space and list depth)
Diffstat (limited to 'doc')
-rw-r--r--doc/JogAmpMacOSVersions.md28
1 files changed, 15 insertions, 13 deletions
diff --git a/doc/JogAmpMacOSVersions.md b/doc/JogAmpMacOSVersions.md
index b823037..66614b8 100644
--- a/doc/JogAmpMacOSVersions.md
+++ b/doc/JogAmpMacOSVersions.md
@@ -9,7 +9,7 @@ References
| MacOS Version | Release Name | Darwin Version | JogAmp Relation |
|:--------------|:-------------|:---------------|:-------------------------------------------|
-| 10.7 | Lion | 11 | Min deployment target |
+| 10.7 | Lion | 11 | Min deployment target |
| | | | |
| 10.13 | High Sierra | 17 | Test node 10.13.6, `x86_64` |
| 10.14 | Mojave | 18 | |
@@ -29,18 +29,20 @@ Available Java(tm) VMs
## JogAmp Build and Test Setup
-* MacOS 12.6.5 (Monterey), Darwin 21, `x86_64`
- * Build and main test machine
- * XCode 14.2 w/ SDK 11.3
- * `export SDKROOT=macosx11.3` (*MacOS SDK*)
- * `-mmacosx-version-min=10.7` (*Miniumum deployment target*)
- * OpenJDK Temurin 17.0.5+8
-* MacOS 10.13.6 (High Sierra), Darwin 17, `x86_64`
- * Test machine
- * OpenJDK Temurin 17.0.5+8
-* MacOS 13.1 (Ventura), Darwin 22, `arm64`
- * Test machine
- * OpenJDK Temurin 17.0.5+8
+MacOS 12.6.5 (Monterey), Darwin 21, `x86_64`
+ - Build and main test machine
+ - XCode 14.2 w/ SDK 11.3
+ - `export SDKROOT=macosx11.3` (*MacOS SDK*)
+ - `-mmacosx-version-min=10.7` (*Miniumum deployment target*)
+ - OpenJDK Temurin 17.0.5+8
+
+MacOS 10.13.6 (High Sierra), Darwin 17, `x86_64`
+ - Test machine
+ - OpenJDK Temurin 17.0.5+8
+
+MacOS 13.1 (Ventura), Darwin 22, `arm64`
+ - Test machine
+ - OpenJDK Temurin 17.0.5+8
## Change History