Skip to content

Commit 8c6635e

Browse files
committed
feat(github):Added ubuntu26.04 for CI tests
Minor change Exclude other combinations
1 parent c7f1d78 commit 8c6635e

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

.github/workflows/main_other_os.yml

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,38 @@ jobs:
5858
# Here are the groups of repositories that need to be downloaded inside
5959
# r3broot. Each group is used by only one job.
6060
repos: [ r3broot, glad-tpc, sofia-frs-asy ] # exclude r3broot-conan
61-
os: [ ubuntu2404, ubuntu2504] # fedora42 is with C++23
61+
os: [ ubuntu2404, ubuntu2504 , ubuntu2604 ]
6262
cpp: [ 17 ]
63-
fsv: [ jan24p5 ]
64-
frv: [ v18.8.2 ]
63+
fsv: [ jan24p5, jan24p6 ]
64+
frv: [ v18.8.2, v19.0.1 ]
65+
exclude:
66+
- os: ubuntu2404
67+
fsv: jan24p6
68+
frv: v19.0.1
69+
- os: ubuntu2404
70+
fsv: jan24p5
71+
frv: v19.0.1
72+
- os: ubuntu2404
73+
fsv: jan24p6
74+
frv: v18.8.2
75+
- os: ubuntu2504
76+
fsv: jan24p6
77+
frv: v19.0.1
78+
- os: ubuntu2504
79+
fsv: jan24p6
80+
frv: v18.8.2
81+
- os: ubuntu2404
82+
fsv: jan24p5
83+
frv: v19.0.1
84+
- os: ubuntu2604
85+
fsv: jan24p5
86+
frv: v18.8.2
87+
- os: ubuntu2604
88+
fsv: jan24p6
89+
frv: v18.8.2
90+
- os: ubuntu2604
91+
fsv: jan24p5
92+
frv: v19.0.1
6593

6694
# The list under "include" defines some properties for each group:
6795
#

0 commit comments

Comments
 (0)