Skip to content

Commit 226cc90

Browse files
committed
Use Ubuntu 24.04 image
Github Actions deprecated usage of Ubuntu 20.04
1 parent 20a0652 commit 226cc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
jobs:
88
test:
99
runs-on:
10-
- ubuntu-20.04
10+
- ubuntu-24.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
1414
compiler: [clang, gcc]
1515
check_type: [normal, debug]
1616
env:
17-
LLVM_VER: 10
17+
LLVM_VER: 19
1818
COMPILER: ${{ matrix.compiler }}
1919
CHECK_TYPE: ${{ matrix.check_type }}
2020
steps:

0 commit comments

Comments
 (0)