Skip to content

Commit e3c9a6d

Browse files
Roytakmichalvasko
authored andcommitted
ci UPDATE use ubuntu 24.04
Ubuntu 22.04 uses libssh-dev v0.9.6, which contains a bug where multiple threads call strtok, which isn't present in v0.10.6 that ubuntu 24.04 uses.
1 parent 18de276 commit e3c9a6d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
config:
3939
- {
4040
name: "Release, gcc, OpenSSL",
41-
os: "ubuntu-22.04",
41+
os: "ubuntu-24.04",
4242
build-type: "Release",
4343
dep-build-type: "Release",
4444
cc: "gcc",
@@ -51,7 +51,7 @@ jobs:
5151
}
5252
- {
5353
name: "Release, gcc, MbedTLS",
54-
os: "ubuntu-22.04",
54+
os: "ubuntu-24.04",
5555
build-type: "Release",
5656
dep-build-type: "Release",
5757
cc: "gcc",
@@ -64,7 +64,7 @@ jobs:
6464
}
6565
- {
6666
name: "Release, clang",
67-
os: "ubuntu-22.04",
67+
os: "ubuntu-24.04",
6868
build-type: "Release",
6969
dep-build-type: "Release",
7070
cc: "clang",
@@ -77,7 +77,7 @@ jobs:
7777
}
7878
- {
7979
name: "Debug, gcc, OpenSSL",
80-
os: "ubuntu-22.04",
80+
os: "ubuntu-24.04",
8181
build-type: "Debug",
8282
dep-build-type: "Release",
8383
cc: "gcc",
@@ -90,7 +90,7 @@ jobs:
9090
}
9191
- {
9292
name: "Debug, gcc, MbedTLS",
93-
os: "ubuntu-22.04",
93+
os: "ubuntu-24.04",
9494
build-type: "Debug",
9595
dep-build-type: "Release",
9696
cc: "gcc",
@@ -103,7 +103,7 @@ jobs:
103103
}
104104
- {
105105
name: "Debug, clang",
106-
os: "ubuntu-22.04",
106+
os: "ubuntu-24.04",
107107
build-type: "Debug",
108108
dep-build-type: "Release",
109109
cc: "clang",
@@ -117,7 +117,7 @@ jobs:
117117
}
118118
- {
119119
name: "No SSH nor TLS",
120-
os: "ubuntu-22.04",
120+
os: "ubuntu-24.04",
121121
build-type: "Debug",
122122
dep-build-type: "Release",
123123
cc: "gcc",
@@ -130,7 +130,7 @@ jobs:
130130
}
131131
- {
132132
name: "ASAN and UBSAN, OpenSSL",
133-
os: "ubuntu-22.04",
133+
os: "ubuntu-24.04",
134134
build-type: "Debug",
135135
dep-build-type: "Release",
136136
cc: "clang",
@@ -143,7 +143,7 @@ jobs:
143143
}
144144
- {
145145
name: "ASAN and UBSAN, MbedTLS",
146-
os: "ubuntu-22.04",
146+
os: "ubuntu-24.04",
147147
build-type: "Debug",
148148
dep-build-type: "Release",
149149
cc: "clang",
@@ -156,7 +156,7 @@ jobs:
156156
}
157157
- {
158158
name: "DEB Package",
159-
os: "ubuntu-22.04",
159+
os: "ubuntu-24.04",
160160
build-type: "Release",
161161
dep-build-type: "Release",
162162
cc: "gcc",

0 commit comments

Comments
 (0)