Skip to content

Commit

Permalink
Update to Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Dec 25, 2023
1 parent 5d8b4e8 commit eb7c003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
matrix:
boards: [rock-pi-s]
build_systems: [rbuild]
distros: [debian, ubuntu]
# distros: [debian, ubuntu]
suites: [bookworm, jammy]
flavors: [kde, cli]
steps:
- name: Checkout
Expand All @@ -45,7 +46,8 @@ jobs:
if: matrix.build_systems == 'rbuild'
with:
board: ${{ matrix.boards }}
distro: ${{ matrix.distros }}
# distro: ${{ matrix.distros }}
suite: ${{ matrix.suites }}
flavor: ${{ matrix.flavors }}
release-id: ${{ needs.prepare_release.outputs.release_id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
matrix:
boards: [rock-pi-s]
build_systems: [rbuild]
distros: [debian, ubuntu]
# distros: [debian, ubuntu]
suites: [bookworm, jammy]
flavors: [kde, cli]
steps:
- name: Checkout
Expand All @@ -47,7 +48,8 @@ jobs:
if: matrix.build_systems == 'rbuild'
with:
board: ${{ matrix.boards }}
distro: ${{ matrix.distros }}
# distro: ${{ matrix.distros }}
suite: ${{ matrix.suites }}
flavor: ${{ matrix.flavors }}
release-id: ${{ needs.prepare_release.outputs.release_id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eb7c003

Please sign in to comment.