Skip to content

Commit ce373a1

Browse files
committed
Updates machine type to Second Generation
1 parent aa75ea6 commit ce373a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.semaphore/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1.0
22
name: GoReleaser
33
agent:
44
machine:
5-
type: e1-standard-2
5+
type: e2-standard-2
66
os_image: ubuntu2004
77
blocks:
88
- name: Release

.semaphore/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1.0
22
name: Integration tests
33
agent:
44
machine:
5-
type: e1-standard-2
5+
type: e2-standard-2
66
os_image: ubuntu2004
77
global_job_config:
88
prologue:

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1.0
22
name: Build
33
agent:
44
machine:
5-
type: e1-standard-2
5+
type: e2-standard-2
66
os_image: ubuntu2004
77
blocks:
88
- name: Unit tests

0 commit comments

Comments
 (0)