File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 build :
1414 strategy :
1515 matrix :
16- os : [ubuntu-22 .04, ubuntu-20 .04, macos-15 , macos-13 ]
16+ os : [ubuntu-24 .04, ubuntu-24 .04-arm , macos-15 ]
1717 compiler : [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
1818 include :
19- - os : [windows-2022 ]
19+ - os : [windows-2025 ]
2020 exclude :
2121 # Temporarily disable Ubuntu 20.04 with GCC since linking with
2222 # TSan fails due the linker being unable to find libtsan_preinit.o.
2323 # This used to work previously.
2424 # Perhaps, the cause is related to the following Ubuntu issue:
2525 # https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
26- - os : ubuntu-20.04
27- compiler : {cc: gcc, cxx: g++}
26+ # - os: ubuntu-20.04
27+ # compiler: {cc: gcc, cxx: g++}
2828 fail-fast : false
2929 runs-on : ${{ matrix.os }}
3030 steps :
You can’t perform that action at this time.
0 commit comments