@@ -121,7 +121,7 @@ var ogcSupported = []LayoutOS{
121
121
Version : "2022" ,
122
122
},
123
123
Provider : Google ,
124
- InstanceSize : "e2-standard-4 " , // 4 amd64 cpus, 16 GB RAM
124
+ InstanceSize : "e2-highcpu-16 " , // 16 amd64 cpus, 16 GB RAM
125
125
RunsOn : "windows-2022" ,
126
126
Username : "windows" ,
127
127
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -133,7 +133,7 @@ var ogcSupported = []LayoutOS{
133
133
Version : "2022-core" ,
134
134
},
135
135
Provider : Google ,
136
- InstanceSize : "e2-standard-4 " , // 4 amd64 cpus, 16 GB RAM
136
+ InstanceSize : "e2-highcpu-16 " , // 16 amd64 cpus, 16 GB RAM
137
137
RunsOn : "windows-2022-core" ,
138
138
Username : "windows" ,
139
139
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -145,7 +145,7 @@ var ogcSupported = []LayoutOS{
145
145
Version : "2019" ,
146
146
},
147
147
Provider : Google ,
148
- InstanceSize : "e2-standard-4 " , // 4 amd64 cpus, 16 GB RAM
148
+ InstanceSize : "e2-highcpu-16 " , // 16 amd64 cpus, 16 GB RAM
149
149
RunsOn : "windows-2019" ,
150
150
Username : "windows" ,
151
151
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -157,7 +157,7 @@ var ogcSupported = []LayoutOS{
157
157
Version : "2019-core" ,
158
158
},
159
159
Provider : Google ,
160
- InstanceSize : "e2-standard-4 " , // 4 amd64 cpus, 16 GB RAM
160
+ InstanceSize : "e2-highcpu-16 " , // 16 amd64 cpus, 16 GB RAM
161
161
RunsOn : "windows-2019-core" ,
162
162
Username : "windows" ,
163
163
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -169,7 +169,7 @@ var ogcSupported = []LayoutOS{
169
169
Version : "2016" ,
170
170
},
171
171
Provider : Google ,
172
- InstanceSize : "e2-standard-4 " , // 4 amd64 cpus, 16 GB RAM
172
+ InstanceSize : "e2-highcpu-16 " , // 16 amd64 cpus, 16 GB RAM
173
173
RunsOn : "windows-2016" ,
174
174
Username : "windows" ,
175
175
RemotePath : "C:\\ Users\\ windows\\ agent" ,
@@ -181,7 +181,7 @@ var ogcSupported = []LayoutOS{
181
181
Version : "2016-core" ,
182
182
},
183
183
Provider : Google ,
184
- InstanceSize : "e2-standard-4 " , // 4 amd64 cpus, 16 GB RAM
184
+ InstanceSize : "e2-highcpu-16 " , // 16 amd64 cpus, 16 GB RAM
185
185
RunsOn : "windows-2016-core" ,
186
186
Username : "windows" ,
187
187
RemotePath : "C:\\ Users\\ windows\\ agent" ,
0 commit comments