feat: Improve Github Codespaces configuration (#351)

This commit is contained in:
Kroese 2025-10-17 13:35:52 +02:00 committed by GitHub
parent c3d9de925c
commit fb7cd67691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 25 deletions

View file

@ -2,10 +2,7 @@
"name": "macOS 15 (Sequoia)",
"service": "macos",
"containerEnv": {
"VERSION": "15",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "15"
},
"forwardPorts": [8006],
"portsAttributes": {

View file

@ -2,10 +2,7 @@
"name": "macOS 13 (Ventura)",
"service": "macos",
"containerEnv": {
"VERSION": "13",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "13"
},
"forwardPorts": [8006],
"portsAttributes": {

View file

@ -2,10 +2,7 @@
"name": "macOS 12 (Monterey)",
"service": "macos",
"containerEnv": {
"VERSION": "12",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "12"
},
"forwardPorts": [8006],
"portsAttributes": {

View file

@ -2,10 +2,7 @@
"name": "macOS 11 (Big Sur)",
"service": "macos",
"containerEnv": {
"VERSION": "11",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "11"
},
"forwardPorts": [8006],
"portsAttributes": {

View file

@ -2,10 +2,7 @@
"name": "macOS 10 (Catalina)",
"service": "macos",
"containerEnv": {
"VERSION": "10",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "10"
},
"forwardPorts": [8006],
"portsAttributes": {

View file

@ -4,7 +4,8 @@ services:
container_name: macos
environment:
VERSION: "14"
RAM_SIZE: "max"
ALLOCATE: "Y"
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
devices:

View file

@ -2,10 +2,7 @@
"name": "macOS 14 (Sonoma)",
"service": "macos",
"containerEnv": {
"VERSION": "14",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
"VERSION": "14"
},
"forwardPorts": [8006],
"portsAttributes": {