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

feat: Improve Github Codespaces configuration (#351)

parent c3d9de92
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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": {
+1 −4
Original line number Diff line number Diff line
@@ -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": {
+1 −4
Original line number Diff line number Diff line
@@ -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": {
+1 −4
Original line number Diff line number Diff line
@@ -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": {
+1 −4
Original line number Diff line number Diff line
@@ -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": {
Loading