From: <sv...@op...> - 2024-04-12 09:07:38
|
Author: manx Date: Fri Apr 12 11:07:26 2024 New Revision: 20573 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20573 Log: Merged revision(s) 20571 from trunk/OpenMPT: [Imp] build: CI: GitHub: Add OpenBSD 7.5. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Fri Apr 12 11:07:00 2024 (r20572) +++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Fri Apr 12 11:07:26 2024 (r20573) @@ -11,6 +11,9 @@ fail-fast: false matrix: include: + - { version: '7.5', deps: sys } + - { version: '7.5', deps: local } + - { version: '7.5', deps: small } - { version: '7.4', deps: sys } - { version: '7.4', deps: local } - { version: '7.4', deps: small } |