Skip to content

Commit 03568ed

Browse files
(actions) update matrix to include U24, drop U20 (#480)
1 parent cd3a136 commit 03568ed

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,20 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-20.04, ubuntu-22.04]
15+
os: [ubuntu-22.04, ubuntu-24.04]
1616
orocos_build_type: [Debug, Release]
1717
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']
2419
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
3021
orocos_build_type: Release
3122
compiler: gcc
32-
python_version: '3.10'
33-
- os: ubuntu-20.04
23+
python_version: '3.8'
24+
- os: ubuntu-24.04
3425
orocos_build_type: Release
3526
compiler: gcc
36-
python_version: '3.11'
37-
- os: ubuntu-22.04
27+
python_version: '3.9'
28+
- os: ubuntu-24.04
3829
orocos_build_type: Release
3930
compiler: gcc
4031
python_version: '3.11'

0 commit comments

Comments
 (0)