Skip to content

Commit dd4efaa

Browse files
authored
Merge pull request #261 from nigels-com/ubuntu-noble
github workflows: Migrate Ubuntu 20.04 (focal) build coverage to 24.04 (noble)
2 parents 95380aa + 3e88821 commit dd4efaa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci-linux.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,14 @@ jobs:
2020
# Github Actions requires a single row to be added to the build matrix.
2121
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
2222
name: [
23-
ubuntu-20.04-gcc,
24-
ubuntu-20.04-clang,
2523
ubuntu-22.04-gcc,
2624
ubuntu-22.04-clang,
25+
ubuntu-24.04-gcc,
26+
ubuntu-24.04-clang,
2727
]
2828

2929
build_type: [ Release ]
3030
include:
31-
- name: ubuntu-20.04-clang
32-
os: ubuntu-20.04
33-
compiler: clang
34-
35-
- name: ubuntu-20.04-gcc
36-
os: ubuntu-20.04
37-
compiler: gcc
38-
3931
- name: ubuntu-22.04-gcc
4032
os: ubuntu-22.04
4133
compiler: gcc
@@ -44,6 +36,14 @@ jobs:
4436
os: ubuntu-22.04
4537
compiler: clang
4638

39+
- name: ubuntu-24.04-clang
40+
os: ubuntu-24.04
41+
compiler: clang
42+
43+
- name: ubuntu-24.04-gcc
44+
os: ubuntu-24.04
45+
compiler: gcc
46+
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@master

0 commit comments

Comments
 (0)