File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 linux-min :
1313 name : Linux Min Config
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-26 .04
1515 strategy :
1616 matrix :
17- compiler : [clang++-15, g++-12 ]
17+ compiler : [clang++-15, g++-15 ]
1818 steps :
1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020 - name : Install Dependencies
3232 linux-latest :
3333 name : Linux Latest Config
3434 needs : [linux-min]
35- runs-on : ubuntu-24 .04
35+ runs-on : ubuntu-26 .04
3636 strategy :
3737 matrix :
3838 compiler : [clang++, g++]
Original file line number Diff line number Diff line change 1111jobs :
1212 pre-commit :
1313 name : Pre-commit checks
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-26 .04
1515 steps :
1616 - name : Checkout code
1717 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2121 - name : Set up Python
2222 uses : actions/setup-python@v6
2323 with :
24- python-version : " 3.10 "
24+ python-version : " 3.14 "
2525 - name : Run pre-commit checks on PR
2626 uses : pre-commit/action@v3.0.1
You can’t perform that action at this time.
0 commit comments