Author: manx
Date: Thu Apr 4 16:08:09 2024
New Revision: 20492
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20492
Log:
[Mod] build: CI: GitHub: Add NetBSD 9.3 back.
Modified:
trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml
Modified: trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml
==============================================================================
--- trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml Thu Apr 4 15:40:15 2024 (r20491)
+++ trunk/OpenMPT/.github/workflows/NetBSD-Makefile.yml Thu Apr 4 16:08:09 2024 (r20492)
@@ -16,6 +16,9 @@
- { version: '10.0', deps: sys }
- { version: '10.0', deps: local }
- { version: '10.0', deps: small }
+ - { version: '9.3' , deps: sys }
+ - { version: '9.3' , deps: local }
+ - { version: '9.3' , deps: small }
concurrency:
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}}
|