Skip to content

Commit

Permalink
Merge pull request #503 from chenrui333/add-ubuntu-24
Browse files Browse the repository at this point in the history
ci: add ubuntu 24
  • Loading branch information
trabucayre authored Jan 1, 2025
2 parents 650c387 + b12d5f1 commit c35d174
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 c35d174

Please sign in to comment.