Skip to content

Commit

Permalink
Add ubuntu22.04 and ubuntu24.04 to CI job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jan 16, 2025
1 parent 8d647cc commit 396ab15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,15 @@ jobs:
os:
- linux
- win64
- ubuntu-22
- ubuntu-24
include:
- os: linux
runner-image: ubuntu-20.04
- os: ubuntu-22
runner-image: ubuntu-22.04
- os: ubuntu-24
runner-image: ubuntu-22.04
- os: win64
runner-image: windows-2022
- python-version: '3.11'
Expand Down

0 comments on commit 396ab15

Please sign in to comment.