From: <sv...@op...> - 2025-02-16 12:10:21
|
Author: manx Date: Sun Feb 16 13:10:09 2025 New Revision: 22952 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22952 Log: [Reg] build: CI: GitHub: Ubuntu: Remove 20.04 because of annoying GitHub deprecation practice. Modified: trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml Sun Feb 16 13:08:44 2025 (r22951) +++ trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml Sun Feb 16 13:10:09 2025 (r22952) @@ -15,7 +15,6 @@ include: - { version: '24.04' } - { version: '22.04' } - - { version: '20.04' } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-autotools Modified: trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Sun Feb 16 13:08:44 2025 (r22951) +++ trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Sun Feb 16 13:10:09 2025 (r22952) @@ -19,9 +19,6 @@ - { version: '22.04', deps: sys } - { version: '22.04', deps: local } - { version: '22.04', deps: small } - - { version: '20.04', deps: sys } - - { version: '20.04', deps: local } - - { version: '20.04', deps: small } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}} |