Skip to content

Commit 83f6eae

Browse files
authored
bump semaphore OS image (#177)
## Why Semaphore is deprecating ubuntu2004 ## What changed bumping to ubuntu2404 ## Test ci passes
1 parent d204ecb commit 83f6eae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.semaphore/notify-spinnaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy
33
agent:
44
machine:
55
type: e1-standard-2
6-
os_image: ubuntu2004
6+
os_image: ubuntu2404
77
auto_cancel:
88
running:
99
when: branch != 'master'

.semaphore/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy
33
agent:
44
machine:
55
type: e1-standard-2
6-
os_image: ubuntu2004
6+
os_image: ubuntu2404
77
auto_cancel:
88
running:
99
when: branch != 'master'

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test
33
agent:
44
machine:
55
type: e1-standard-4
6-
os_image: ubuntu2004
6+
os_image: ubuntu2404
77
fail_fast:
88
stop:
99
when: "true"

0 commit comments

Comments
 (0)