Skip to content

Commit 41b2390

Browse files
committed
Workflow does not need to ask for reviewers
Aint nobody got time for that.jpeg
1 parent 2fa808f commit 41b2390

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/stable-compilation.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
image:
31-
# version of: # gcc/g++ | support end #
32-
# --------------------------------------------
33-
- ubuntu:22.04 # 11.2.0 | LTS (6/27) #
34-
- debian:12 # 12.2.0 | stable (6/26) #
31+
# version of: # gcc/g++ | support end
32+
# ------------------------------------------------------
33+
- ubuntu:22.04 # 11.2.0 | LTS (6/27)
34+
- debian:12 # 12.2.0 | oldstable (6/26), LTS (6/28)
35+
# ubuntu:24.04 # 13.2.0 | LTS (5/29)
36+
# debian:13 # 14.2.0 | stable (8/30)
3537

3638
steps:
3739
- name: Install dependencies

.github/workflows/update_libraries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
labels: |
4343
update
4444
automated pr
45-
reviewers: carstene1ns, Ghabry, fdelapena
4645
4746
- name: Check outputs
4847
if: ${{ steps.cpr.outputs.pull-request-number }}

0 commit comments

Comments
 (0)