From: <sv...@op...> - 2025-02-16 12:10:55
|
Author: manx Date: Sun Feb 16 13:10:33 2025 New Revision: 22953 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22953 Log: Merged revision(s) 22952 from trunk/OpenMPT: [Reg] build: CI: GitHub: Ubuntu: Remove 20.04 because of annoying GitHub deprecation practice. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml Sun Feb 16 13:10:09 2025 (r22952) +++ branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml Sun Feb 16 13:10:33 2025 (r22953) @@ -13,7 +13,6 @@ include: - { version: '24.04' } - { version: '22.04' } - - { version: '20.04' } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-autotools Modified: branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml Sun Feb 16 13:10:09 2025 (r22952) +++ branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml Sun Feb 16 13:10:33 2025 (r22953) @@ -17,9 +17,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}} |