Skip to content

Commit 6bc294e

Browse files
committed
GitHub Workflows: Changed Ubuntu legacy image from 20.04 to 22.04.
Signed-off-by: Kimon Hoffmann <[email protected]>
1 parent 036bc21 commit 6bc294e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
config:
17-
- name: "Ubuntu 20.04 (Ninja)"
18-
os: ubuntu-20.04
17+
- name: "Ubuntu 22.04 (Ninja)"
18+
os: ubuntu-22.04
1919
generator: "Ninja"
2020
- name: "Ubuntu Latest (Ninja)"
2121
os: ubuntu-latest

0 commit comments

Comments
 (0)