Author: manx
Date: Fri Apr 12 11:12:33 2024
New Revision: 20577
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20577
Log:
[Imp] build: CI: GitHub: Add OpenBSD 7.5.
Added:
branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml
- copied, changed from r20574, branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml
Copied and modified: branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml (from r20574, branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml)
==============================================================================
--- branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml Fri Apr 12 11:10:10 2024 (r20574, copy source)
+++ branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml Fri Apr 12 11:12:33 2024 (r20577)
@@ -1,4 +1,4 @@
-name: OpenBSD 7.4 Makefile
+name: OpenBSD 7.5 Makefile
on:
push:
@@ -23,7 +23,7 @@
hypervisor: qemu
memory: 4G
operating_system: openbsd
- version: '7.4'
+ version: '7.5'
shell: bash
sync_files: runner-to-vm
shutdown_vm: false
@@ -35,7 +35,7 @@
hypervisor: qemu
memory: 4G
operating_system: openbsd
- version: '7.4'
+ version: '7.5'
shell: bash
sync_files: false
shutdown_vm: false
@@ -48,7 +48,7 @@
hypervisor: qemu
memory: 4G
operating_system: openbsd
- version: '7.4'
+ version: '7.5'
shell: bash
sync_files: false
shutdown_vm: false
@@ -61,7 +61,7 @@
hypervisor: qemu
memory: 4G
operating_system: openbsd
- version: '7.4'
+ version: '7.5'
shell: bash
sync_files: false
shutdown_vm: false
@@ -74,7 +74,7 @@
hypervisor: qemu
memory: 4G
operating_system: openbsd
- version: '7.4'
+ version: '7.5'
shell: bash
sync_files: false
shutdown_vm: true
|