Skip to content

Commit 38ff421

Browse files
authored
Merge pull request #14 from orioledb/patches17_deprecate_ubuntu_focal
Use Ubuntu 24.04 image
2 parents 20a0652 + 226cc90 commit 38ff421

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)