Explorar el Código

CI: Fix the Ubuntu version that prevents renaming

Without this fix the .deb package for Ubuntu are not found and does not
appear on the release assets.

Co-authored-by: Patrick Heyer <PatTheMav@users.noreply.github.com>
Frédéric Chanal hace 4 meses
padre
commit
de669bbff2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/push.yaml

+ 1 - 1
.github/workflows/push.yaml

@@ -74,7 +74,7 @@ jobs:
           variants=(
             'windows-x64;zip|exe'
             'macos-universal;tar.xz|pkg'
-            'ubuntu-22.04-x86_64;tar.xz|deb|ddeb'
+            'ubuntu-24.04-x86_64;tar.xz|deb|ddeb'
             'sources;tar.xz'
           )