File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,20 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [ubuntu-20 .04, ubuntu-22 .04]
15
+ os : [ubuntu-22 .04, ubuntu-24 .04]
16
16
orocos_build_type : [Debug, Release]
17
17
compiler : [gcc, clang]
18
- python_version : ['3.8', '3.10']
19
- exclude :
20
- - os : ubuntu-20.04
21
- python_version : ' 3.10'
22
- - os : ubuntu-22.04
23
- python_version : ' 3.8'
18
+ python_version : ['3.10', '3.12']
24
19
include :
25
- - os : ubuntu-20.04
26
- orocos_build_type : Release
27
- compiler : gcc
28
- python_version : ' 3.9'
29
- - os : ubuntu-20.04
20
+ - os : ubuntu-24.04
30
21
orocos_build_type : Release
31
22
compiler : gcc
32
- python_version : ' 3.10 '
33
- - os : ubuntu-20 .04
23
+ python_version : ' 3.8 '
24
+ - os : ubuntu-24 .04
34
25
orocos_build_type : Release
35
26
compiler : gcc
36
- python_version : ' 3.11 '
37
- - os : ubuntu-22 .04
27
+ python_version : ' 3.9 '
28
+ - os : ubuntu-24 .04
38
29
orocos_build_type : Release
39
30
compiler : gcc
40
31
python_version : ' 3.11'
You can’t perform that action at this time.
0 commit comments