Skip to content

Commit 3099db0

Browse files
service-bot-app[bot]service-bot-app[bot]
andauthored
Replace all occurrences of 's1-prod-ubuntu22-04' with 's1-prod-ubuntu24-04' (#2445)
Co-authored-by: service-bot-app[bot] <foo-bar+service-bot-app[bot]@users.noreply.github.com>
1 parent 135a401 commit 3099db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.semaphore/semaphore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1.0
22
name: 'confluent-kafka-dotnet build pipeline'
33
agent:
44
machine:
5-
type: s1-prod-ubuntu22-04-amd64-1
5+
type: s1-prod-ubuntu24-04-amd64-1
66
global_job_config:
77
prologue:
88
commands:
@@ -19,7 +19,7 @@ blocks:
1919
task:
2020
agent:
2121
machine:
22-
type: s1-prod-ubuntu22-04-amd64-2
22+
type: s1-prod-ubuntu24-04-amd64-2
2323
jobs:
2424
- name: 'Build and test'
2525
commands:
@@ -134,7 +134,7 @@ blocks:
134134
task:
135135
agent:
136136
machine:
137-
type: s1-prod-ubuntu22-04-amd64-2
137+
type: s1-prod-ubuntu24-04-amd64-2
138138
prologue:
139139
commands:
140140
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
@@ -178,7 +178,7 @@ after_pipeline:
178178
task:
179179
agent:
180180
machine:
181-
type: s1-prod-ubuntu22-04-amd64-1
181+
type: s1-prod-ubuntu24-04-amd64-1
182182
jobs:
183183
- name: SonarQube
184184
commands:

0 commit comments

Comments
 (0)