ci: add ubuntu 24

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-01-01 10:32:17 -05:00
parent 650c387aae
commit b12d5f1ae6
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
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: