mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Improve Github Codespaces configuration (#346)
This commit is contained in:
parent
3935b89941
commit
e461eba7b3
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
"name": "macOS 14",
|
"name": "macOS 14",
|
||||||
"service": "macos",
|
"service": "macos",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "14"
|
"VERSION": "14",
|
||||||
|
"RAM_SIZE": "max",
|
||||||
|
"DISK_SIZE": "max",
|
||||||
|
"CPU_CORES": "max"
|
||||||
},
|
},
|
||||||
"forwardPorts": [8006],
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue