File tree Expand file tree Collapse file tree
exercises/practice/complex-numbers/test 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++-20 , 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
Original file line number Diff line number Diff line change @@ -468,10 +468,10 @@ namespace Catch {
468468 }
469469
470470namespace literals {
471- Approx operator " " _a(long double val) {
471+ Approx operator " " _a(long double val) {
472472 return Approx (val);
473473 }
474- Approx operator " " _a(unsigned long long val) {
474+ Approx operator " " _a(unsigned long long val) {
475475 return Approx (val);
476476 }
477477} // end namespace literals
You can’t perform that action at this time.
0 commit comments