Revision: 45438
http://sourceforge.net/p/vice-emu/code/45438
Author: compyx
Date: 2024-12-29 14:58:40 +0000 (Sun, 29 Dec 2024)
Log Message:
-----------
GHA: Make runners for .deb packaging use 'ubuntu-22.04'
Instead of using 'ubuntu-latest', which is in the process of moving from 22.04
to 24.04, we fix the version at 22.04. We may need to look at creating .deb
packages on 'ubuntu-24.04' as well.
Modified Paths:
--------------
trunk/.github/workflows/build-main-on-push.yml
Modified: trunk/.github/workflows/build-main-on-push.yml
===================================================================
--- trunk/.github/workflows/build-main-on-push.yml 2024-12-29 12:40:07 UTC (rev 45437)
+++ trunk/.github/workflows/build-main-on-push.yml 2024-12-29 14:58:40 UTC (rev 45438)
@@ -390,7 +390,7 @@
build_deb:
name: Build Debian Package
needs: [create_release, build_doc]
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|