Skip to content

Commit

Permalink
ci: add ubuntu 24
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jan 1, 2025
1 parent 650c387 commit b12d5f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
os:
- 20
- 22
- 24
name: '🚧🐧 Ubuntu ${{ matrix.os }} | build'
runs-on: ubuntu-${{ matrix.os }}.04
steps:
Expand Down Expand Up @@ -124,6 +125,7 @@ jobs:
os:
- 20
- 22
- 24
name: '🚦🐧 Ubuntu ${{ matrix.os }} | test'
runs-on: ubuntu-${{ matrix.os }}.04
steps:
Expand Down

0 comments on commit b12d5f1

Please sign in to comment.