Skip to content

Commit

Permalink
(actions) update matrix to include U24, drop U20
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Oct 28, 2024
1 parent b8c7473 commit 6961db7
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,20 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
orocos_build_type: [Debug, Release]
compiler: [gcc, clang]
python_version: ['3.8', '3.10']
exclude:
- os: ubuntu-20.04
python_version: '3.10'
- os: ubuntu-22.04
python_version: '3.8'
python_version: ['3.10', '3.12']
include:
- os: ubuntu-20.04
orocos_build_type: Release
compiler: gcc
python_version: '3.9'
- os: ubuntu-20.04
- os: ubuntu-24.04
orocos_build_type: Release
compiler: gcc
python_version: '3.10'
- os: ubuntu-20.04
python_version: '3.8'
- os: ubuntu-24.04
orocos_build_type: Release
compiler: gcc
python_version: '3.11'
- os: ubuntu-22.04
python_version: '3.9'
- os: ubuntu-24.04
orocos_build_type: Release
compiler: gcc
python_version: '3.11'
Expand Down

0 comments on commit 6961db7

Please sign in to comment.