chore: Deprecate F40 (#5130) (#5447)

(cherry picked from commit f9a1ebd7e5)

Signed-off-by: RockGrub <RockGrub@users.noreply.github.com>
This commit is contained in:
Gilver
2025-06-15 11:06:55 -05:00
committed by GitHub
parent 2cdd47cf66
commit 62cd050590
6 changed files with 1 additions and 6 deletions
-1
View File
@@ -11,7 +11,6 @@ jobs:
matrix:
branch:
- frawhide
- f40
- f41
- el10
container:
-1
View File
@@ -5,7 +5,6 @@ on:
branches:
- frawhide
- f41
- f40
- el10
paths:
- comps.xml
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f40 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f40 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all
-1
View File
@@ -46,7 +46,6 @@ jobs:
git add anda
git commit -S -a -m "$msg"
}
copy_over f40 || true
copy_over f41 || true
copy_over el10 || true
git push -u origin --all