File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7272
7373jobs :
7474 CodeCoverage :
75- runs-on : ubuntu-20.04
75+ runs-on : ubuntu-latest
7676 steps :
7777 - uses : actions/checkout@v4
7878
8181 path : ${{ env.DEP_INSTALL_PREFIX }}
8282 key : ${{ runner.os }}-CodeCoverage
8383
84- - name : Ubuntu 20.04 Prerequisites
84+ - name : Ubuntu Prerequisites
8585 run : sudo contrib/CI/ubuntu.sh
8686
8787 - name : Install matplotlib
Original file line number Diff line number Diff line change 7272
7373jobs :
7474 SecurityCheck :
75- runs-on : ubuntu-20.04
75+ runs-on : ubuntu-latest
7676
7777 permissions :
7878 security-events : write
8989 with :
9090 queries : security-and-quality
9191
92- - name : Ubuntu 20.04 Prerequisites
92+ - name : Ubuntu Prerequisites
9393 run : sudo contrib/CI/ubuntu.sh
9494
9595 - name : Configure CMake
Original file line number Diff line number Diff line change 7070 steps :
7171 - uses : actions/checkout@v4
7272
73- - name : Ubuntu:20.04 Prerequisites
73+ - name : Ubuntu Prerequisites
7474 run : sudo contrib/CI/ubuntu.sh
7575
7676 - name : Install LaTeX
You can’t perform that action at this time.
0 commit comments