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 72
72
73
73
jobs :
74
74
CodeCoverage :
75
- runs-on : ubuntu-20.04
75
+ runs-on : ubuntu-latest
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
81
81
path : ${{ env.DEP_INSTALL_PREFIX }}
82
82
key : ${{ runner.os }}-CodeCoverage
83
83
84
- - name : Ubuntu 20.04 Prerequisites
84
+ - name : Ubuntu Prerequisites
85
85
run : sudo contrib/CI/ubuntu.sh
86
86
87
87
- name : Install matplotlib
Original file line number Diff line number Diff line change 72
72
73
73
jobs :
74
74
SecurityCheck :
75
- runs-on : ubuntu-20.04
75
+ runs-on : ubuntu-latest
76
76
77
77
permissions :
78
78
security-events : write
89
89
with :
90
90
queries : security-and-quality
91
91
92
- - name : Ubuntu 20.04 Prerequisites
92
+ - name : Ubuntu Prerequisites
93
93
run : sudo contrib/CI/ubuntu.sh
94
94
95
95
- name : Configure CMake
Original file line number Diff line number Diff line change 70
70
steps :
71
71
- uses : actions/checkout@v4
72
72
73
- - name : Ubuntu:20.04 Prerequisites
73
+ - name : Ubuntu Prerequisites
74
74
run : sudo contrib/CI/ubuntu.sh
75
75
76
76
- name : Install LaTeX
You can’t perform that action at this time.
0 commit comments