Skip to content

Commit 9848327

Browse files
committed
build with ubuntu-latest because version should not matter in these cases
1 parent 70bf4f1 commit 9848327

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ env:
7272

7373
jobs:
7474
CodeCoverage:
75-
runs-on: ubuntu-20.04
75+
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@v4
7878

@@ -81,7 +81,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ env:
7272

7373
jobs:
7474
SecurityCheck:
75-
runs-on: ubuntu-20.04
75+
runs-on: ubuntu-latest
7676

7777
permissions:
7878
security-events: write
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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

0 commit comments

Comments
 (0)