Skip to content

Commit 84fc375

Browse files
committed
Upgrade Ubuntu to 24.04
1 parent 543200f commit 84fc375

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.semaphore/run-all-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: run-all-tests
33

44
agent:
55
machine:
6-
type: s1-prod-ubuntu22-04-amd64-1
6+
type: s1-prod-ubuntu24-04-amd64-1
77

88
execution_time_limit:
99
hours: 3
@@ -32,7 +32,7 @@ blocks:
3232
task:
3333
agent:
3434
machine:
35-
type: s1-prod-ubuntu22-04-amd64-2
35+
type: s1-prod-ubuntu24-04-amd64-2
3636
prologue:
3737
commands:
3838
- if [[ "$TEST_ARCHES" != *"x86_64"* ]]; then exit 0; fi
@@ -56,7 +56,7 @@ blocks:
5656
task:
5757
agent:
5858
machine:
59-
type: s1-prod-ubuntu22-04-arm64-2
59+
type: s1-prod-ubuntu24-04-arm64-2
6060
prologue:
6161
commands:
6262
- if [[ "$TEST_ARCHES" != *"aarch64"* ]]; then exit 0; fi

.semaphore/semaphore.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ blocks:
7373
task:
7474
agent:
7575
machine:
76-
type: s1-prod-ubuntu20-04-amd64-2
76+
type: s1-prod-ubuntu24-04-amd64-1
7777
jobs:
7878
- name: 'Style check'
7979
commands:
@@ -88,7 +88,7 @@ blocks:
8888
task:
8989
agent:
9090
machine:
91-
type: s1-prod-ubuntu22-04-amd64-2
91+
type: s1-prod-ubuntu24-04-amd64-1
9292
jobs:
9393
- name: 'Generate documentation'
9494
commands:
@@ -107,7 +107,7 @@ blocks:
107107
task:
108108
agent:
109109
machine:
110-
type: s1-prod-ubuntu22-04-amd64-2
110+
type: s1-prod-ubuntu24-04-amd64-2
111111
env_vars:
112112
- name: CFLAGS
113113
value: -std=gnu90 # Test minimum C standard, default in CentOS 7
@@ -177,7 +177,7 @@ blocks:
177177
task:
178178
agent:
179179
machine:
180-
type: s1-prod-ubuntu22-04-amd64-2
180+
type: s1-prod-ubuntu24-04-amd64-2
181181
prologue:
182182
commands:
183183
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
@@ -219,7 +219,7 @@ blocks:
219219
task:
220220
agent:
221221
machine:
222-
type: s1-prod-ubuntu22-04-arm64-2
222+
type: s1-prod-ubuntu24-04-arm64-2
223223
prologue:
224224
commands:
225225
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
@@ -348,7 +348,7 @@ blocks:
348348
task:
349349
agent:
350350
machine:
351-
type: s1-prod-ubuntu22-04-amd64-2
351+
type: s1-prod-ubuntu24-04-amd64-2
352352
jobs:
353353
- name: 'Build NuGet and static packages'
354354
commands:

.semaphore/verify-linux-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: verify-linux-packages
33

44
agent:
55
machine:
6-
type: s1-prod-ubuntu22-04-amd64-1
6+
type: s1-prod-ubuntu24-04-amd64-1
77

88
execution_time_limit:
99
hours: 2
@@ -22,7 +22,7 @@ blocks:
2222
task:
2323
agent:
2424
machine:
25-
type: s1-prod-ubuntu22-04-amd64-2
25+
type: s1-prod-ubuntu24-04-amd64-2
2626
jobs:
2727
- name: "Verify packages"
2828
commands:
@@ -33,7 +33,7 @@ blocks:
3333
task:
3434
agent:
3535
machine:
36-
type: s1-prod-ubuntu22-04-arm64-2
36+
type: s1-prod-ubuntu24-04-arm64-2
3737
jobs:
3838
- name: "Verify packages"
3939
commands:

0 commit comments

Comments
 (0)