Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: debian bullseye flow
name: debian trixie flow

on: [workflow_dispatch, workflow_call]

jobs:
bullseye:
trixie:
uses: ./.github/workflows/task-unit-test.yml
with:
container: gcc:11-bullseye
container: gcc:14-trixie
pre-checkout-script: apt-get update && apt-get -y install git

6 changes: 3 additions & 3 deletions .github/workflows/event-merge-to-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# uses: ./.github/workflows/task-unit-test.yml
# with:
# container: ubuntu:bionic
bullseye:
uses: ./.github/workflows/debian11.yml
trixie:
uses: ./.github/workflows/debian13.yml
rocky8:
uses: ./.github/workflows/rocky8.yml
rocky9:
Expand All @@ -42,7 +42,7 @@ jobs:
- jammy
# - focal
# - bionic
- bullseye
- trixie
- rocky8
- rocky9
- alpine3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/event-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# uses: ./.github/workflows/task-unit-test.yml
# with:
# container: ubuntu:bionic
bullseye:
uses: ./.github/workflows/debian11.yml
trixie:
uses: ./.github/workflows/debian13.yml
rocky8:
uses: ./.github/workflows/rocky8.yml
rocky9:
Expand All @@ -49,7 +49,7 @@ jobs:
- jammy
# - focal
# - bionic
- bullseye
- trixie
- rocky8
- rocky9
- alpine3
Expand Down
File renamed without changes.
Loading