Unverified Commit ca4afc7a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Configure macOS 15 (Sequoia) development container

parent 0091176f
Loading
Loading
Loading
Loading
+24 −1
Original line number Diff line number Diff line
cc
{
  "name": "macOS 15 (Sequoia)",
  "service": "macos",
  "containerEnv": {
    "VERSION": "15",
    "RAM_SIZE": "max",
    "DISK_SIZE": "max",
    "CPU_CORES": "max"    
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": "../codespaces.yml"
}