Skip to content

Commit a0d4cb4

Browse files
committed
chore(deps-dev): Update CI ubuntu image to 22
ubuntu-20.04 runner image is deprecated since 2025-02-01 and fully unsupported since 2025-04-15 See actions/runner-images#11101 Signed-off-by: Kevin Traini <kevin@ktraini.com>
1 parent cb85012 commit a0d4cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
os: [
2424
macos-15,
25-
ubuntu-20.04,
25+
ubuntu-22.04,
2626
windows-2022
2727
]
2828
compiler: [ clang, gcc ]
@@ -161,7 +161,7 @@ jobs:
161161
matrix:
162162
os: [
163163
macos-15,
164-
ubuntu-20.04,
164+
ubuntu-22.04,
165165
windows-2022
166166
]
167167
target: [

0 commit comments

Comments
 (0)