From: <sv...@op...> - 2025-02-15 16:40:09
|
Author: manx Date: Sat Feb 15 17:39:56 2025 New Revision: 22905 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22905 Log: Merged revision(s) 22904 from trunk/OpenMPT: [Mod] build: CI: GitHub: Update NetBSD 10 to 10.1. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml Sat Feb 15 17:38:52 2025 (r22904) +++ branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml Sat Feb 15 17:39:56 2025 (r22905) @@ -11,7 +11,7 @@ fail-fast: false matrix: include: - - { version: '10.0' } + - { version: '10.1' } - { version: '9.4' } concurrency: Modified: branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Sat Feb 15 17:38:52 2025 (r22904) +++ branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Sat Feb 15 17:39:56 2025 (r22905) @@ -11,9 +11,9 @@ fail-fast: false matrix: include: - - { version: '10.0', deps: sys } - - { version: '10.0', deps: local } - - { version: '10.0', deps: small } + - { version: '10.1', deps: sys } + - { version: '10.1', deps: local } + - { version: '10.1', deps: small } - { version: '9.4' , deps: sys } - { version: '9.4' , deps: local } - { version: '9.4' , deps: small } |