File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3131 windows :
3232 runs-on : windows-2019
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 submodules : true
3737 fetch-depth : 0
5656
5757
5858 ubuntu :
59- runs-on : ubuntu-20 .04
59+ runs-on : ubuntu-24 .04
6060 steps :
61- - uses : actions/checkout@v2
61+ - uses : actions/checkout@v4
6262 with :
6363 submodules : true
6464 fetch-depth : 0
6767
6868 - name : Configure CMake
6969 run : cmake . -G Ninja -B ${{ env.build_dir }} -DCMAKE_BUILD_TYPE=${{ env.config }}
70- env :
71- CC : gcc-9
72- CXX : g++-9
7370
7471 - name : Build library sources
7572 run : cmake --build ${{ env.build_dir }}
8380 macos :
8481 runs-on : macos-14
8582 steps :
86- - uses : actions/checkout@v2
83+ - uses : actions/checkout@v4
8784 with :
8885 submodules : true
8986 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments