From: <sv...@op...> - 2024-07-12 08:50:05
|
Author: manx Date: Fri Jul 12 10:49:52 2024 New Revision: 21142 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21142 Log: [Var] build: CI: GitHub: CPA: Update to 0.25.0. Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-13.3-Makefile.yml branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-13.3-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/FreeBSD-13.3-Makefile.yml Fri Jul 12 10:48:27 2024 (r21141) +++ branches/OpenMPT-1.30/.github/workflows/FreeBSD-13.3-Makefile.yml Fri Jul 12 10:49:52 2024 (r21142) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -29,7 +29,7 @@ shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -43,7 +43,7 @@ sudo pkg upgrade -y sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 - name: Build - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -56,7 +56,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -69,7 +69,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml Fri Jul 12 10:48:27 2024 (r21141) +++ branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml Fri Jul 12 10:49:52 2024 (r21142) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -29,7 +29,7 @@ shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -43,7 +43,7 @@ sudo pkg upgrade -y sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 - name: Build - uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -56,7 +56,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -69,7 +69,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu Modified: branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml Fri Jul 12 10:48:27 2024 (r21141) +++ branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml Fri Jul 12 10:49:52 2024 (r21142) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -29,7 +29,7 @@ shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -45,7 +45,7 @@ sudo pkg_add -I autoconf-2.71 automake-1.16.5 sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2 - name: Build - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -58,7 +58,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -71,7 +71,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu Modified: branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml Fri Jul 12 10:48:27 2024 (r21141) +++ branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml Fri Jul 12 10:49:52 2024 (r21142) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -29,7 +29,7 @@ shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -45,7 +45,7 @@ sudo pkg_add -I autoconf-2.71 automake-1.16.5 sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2 - name: Build - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -58,7 +58,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu @@ -71,7 +71,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 hypervisor: qemu |