File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,32 +33,32 @@ jobs:
3333 maxParallel : 6
3434 matrix :
3535 Linux.Debug :
36- image_name : ' ubuntu-22 .04'
36+ image_name : ' ubuntu-24 .04'
3737 deps : ' sudo apt-get install -y ninja-build clang libicu-dev'
3838 build_type : ' Debug'
3939 libtype_flag : ' '
4040 Linux.NoJit :
41- image_name : ' ubuntu-22 .04'
41+ image_name : ' ubuntu-24 .04'
4242 deps : ' sudo apt-get install -y ninja-build clang libicu-dev'
4343 build_type : ' Debug'
4444 libtype_flag : ' -DDISABLE_JIT=ON'
4545 Linux.ReleaseWithDebug :
46- image_name : ' ubuntu-22 .04'
46+ image_name : ' ubuntu-24 .04'
4747 deps : ' sudo apt-get install -y ninja-build clang libicu-dev'
4848 build_type : ' RelWithDebInfo'
4949 libtype_flag : ' '
5050 Linux.Release :
51- image_name : ' ubuntu-22 .04'
51+ image_name : ' ubuntu-24 .04'
5252 deps : ' sudo apt-get install -y ninja-build clang libicu-dev'
5353 build_type : ' Release'
5454 libtype_flag : ' '
55- Ubuntu20 .ReleaseWithDebug :
56- image_name : ' ubuntu-20 .04'
55+ Ubuntu22 .ReleaseWithDebug :
56+ image_name : ' ubuntu-22 .04'
5757 deps : ' sudo apt-get install -y ninja-build clang libicu-dev'
5858 build_type : ' RelWithDebInfo'
5959 libtype_flag : ' '
60- Ubuntu20 .Release :
61- image_name : ' ubuntu-20 .04'
60+ Ubuntu22 .Release :
61+ image_name : ' ubuntu-22 .04'
6262 deps : ' sudo apt-get install -y ninja-build clang libicu-dev'
6363 build_type : ' Release'
6464 libtype_flag : ' '
You can’t perform that action at this time.
0 commit comments