Author: manx
Date: Fri Apr 12 11:06:30 2024
New Revision: 20571
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20571
Log:
[Imp] build: CI: GitHub: Add OpenBSD 7.5.
Modified:
trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml
Modified: trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml
==============================================================================
--- trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml Fri Apr 12 11:05:37 2024 (r20570)
+++ trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml Fri Apr 12 11:06:30 2024 (r20571)
@@ -13,6 +13,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 }
|