Skip to content

Commit

Permalink
Update ubuntu_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 15, 2024
1 parent b3cb4fe commit 3eabb87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
fail-fast: true
matrix:
distro:
- 'ubuntu-24.04'
- 'ubuntu-22.04'
- 'ubuntu-20.04'
include:
- distro: 'ubuntu-24.04'
pre: 'noble'
- distro: 'ubuntu-22.04'
pre: 'jammy'
- distro: 'ubuntu-20.04'
pre: 'focal'

env:
platform: ${{ matrix.distro }}
Expand Down

0 comments on commit 3eabb87

Please sign in to comment.