From: <sv...@op...> - 2025-05-25 11:05:03
|
Author: manx Date: Sun May 25 13:04:52 2025 New Revision: 23175 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23175 Log: Merged revision(s) 23171 from trunk/OpenMPT: [Imp] build: CI: GitHub: Add OpenBSD 7.7. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml Sun May 25 13:04:31 2025 (r23174) +++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml Sun May 25 13:04:52 2025 (r23175) @@ -11,6 +11,7 @@ fail-fast: false matrix: include: + - { version: '7.7' } - { version: '7.6' } - { version: '7.5' } - { version: '7.4' } Modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Sun May 25 13:04:31 2025 (r23174) +++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Sun May 25 13:04:52 2025 (r23175) @@ -11,6 +11,9 @@ fail-fast: false matrix: include: + - { version: '7.7', deps: sys } + - { version: '7.7', deps: local } + - { version: '7.7', deps: small } - { version: '7.6', deps: sys } - { version: '7.6', deps: local } - { version: '7.6', deps: small } |