Skip to content

Commit e2254fd

Browse files
authored
ubuntu2204
1 parent f5a82d3 commit e2254fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu_clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
matrix:
157157
mode: [ Release, Debug ]
158158

159-
runs-on: ubuntu-20.04
159+
runs-on: ubuntu-22.04
160160

161161
steps:
162162
- name: Checkout
@@ -185,4 +185,4 @@ jobs:
185185

186186
- name: Test
187187
working-directory: ${{github.workspace}}/build
188-
run: ctest -C ${{matrix.mode}} -j 1 -V
188+
run: ctest -C ${{matrix.mode}} -j 1 -V

0 commit comments

Comments
 (0)