File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 deploy-docs :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111
1212 steps :
1313 # Checks-out the repository under $GITHUB_WORKSPACE
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v5
1515
1616 # Cache the doxygen executable, lcov
17- - uses : actions/cache@v3
17+ - uses : actions/cache@v4
1818 id : cache-tools
1919 with :
2020 path : |
6464 - name : Generate documentation
6565 run : ./scripts/ci/gen-docs.sh /tmp/staging
6666 env :
67- CC : gcc-10
68- CXX : g++-10
6967 CMAKE_PREFIX_PATH : /tmp/gtest
7068
7169 # Commit the new documentation, squash the commits, and push it to GitHub
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
44
55jobs :
66 build-and-test-linux :
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-22 .04
88 strategy :
99 matrix :
1010 col-counts : ['-DLADEL_SIMPLE_COL_COUNTS=On',
1616 float : ['-DLADEL_SINGLE_PRECISION=On',
1717 ' -DLADEL_SINGLE_PRECISION=Off' ]
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v5
2020 - name : Install Google Test
2121 shell : bash
2222 run : ./scripts/install-gtest.sh Debug
4747 float : ['-DLADEL_SINGLE_PRECISION=On',
4848 ' -DLADEL_SINGLE_PRECISION=Off' ]
4949 steps :
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v5
5151 - name : Install Google Test
5252 shell : powershell
5353 run : ./scripts/install-gtest.ps1 Debug
You can’t perform that action at this time.
0 commit comments