Merge pull request #503 from chenrui333/add-ubuntu-24

ci: add ubuntu 24
This commit is contained in:
Gwenhael Goavec-Merou 2025-01-01 18:21:50 +01:00 committed by GitHub
commit c35d17477c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
os:
- 20
- 22
- 24
name: '🚧🐧 Ubuntu ${{ matrix.os }} | build'
runs-on: ubuntu-${{ matrix.os }}.04
steps:
@ -124,6 +125,7 @@ jobs:
os:
- 20
- 22
- 24
name: '🚦🐧 Ubuntu ${{ matrix.os }} | test'
runs-on: ubuntu-${{ matrix.os }}.04
steps: