File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments