File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build_clang :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22.04
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Install dependencies
2929 run : clang-tidy-15 -p=build --warnings-as-errors='*' $(find src -name '*.cpp' -o -name '*.cc' -name '*.h')
3030
3131 build_gcc :
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-22.04
3333 steps :
3434 - uses : actions/checkout@v4
3535 - name : Install dependencies
Original file line number Diff line number Diff line change 44
55jobs :
66 release :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-22.04
88 permissions :
99 contents : write
1010 name : " Bump minor version and create changelog with commitizen"
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 format :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python 3.10
2626 run : make pycheckformat
2727
2828 pythonpackage :
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030 env :
3131 CC : clang-15
3232 CXX : clang++-15
Original file line number Diff line number Diff line change 44
55jobs :
66 release :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-22.04
88 permissions :
99 contents : write
1010 name : " Bump version and create changelog with commitizen"
You can’t perform that action at this time.
0 commit comments