From: <sv...@op...> - 2024-04-12 09:10:25
|
Author: manx Date: Fri Apr 12 11:10:10 2024 New Revision: 20574 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20574 Log: [Mod] build: CI: GitHub: Update CPA to v0.24.0. Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-13.3-Makefile.yml branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-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 Apr 12 11:07:26 2024 (r20573) +++ branches/OpenMPT-1.30/.github/workflows/FreeBSD-13.3-Makefile.yml Fri Apr 12 11:10:10 2024 (r20574) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -29,7 +29,7 @@ shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -42,7 +42,7 @@ run: | 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@c127ecaef41abd571584abbbc5eaf17364bfbbe9 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -55,7 +55,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -68,7 +68,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@c127ecaef41abd571584abbbc5eaf17364bfbbe9 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml Fri Apr 12 11:07:26 2024 (r20573) +++ branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml Fri Apr 12 11:10:10 2024 (r20574) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.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.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -42,7 +42,7 @@ run: | 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.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -55,7 +55,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -68,7 +68,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.23.0 + uses: cross-platform-actions/action@v0.24.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 Apr 12 11:07:26 2024 (r20573) +++ branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml Fri Apr 12 11:10:10 2024 (r20574) @@ -17,7 +17,7 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.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.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -42,7 +42,7 @@ run: | sudo pkg_add subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2 - name: Build - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -55,7 +55,7 @@ run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu @@ -68,7 +68,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.23.0 + uses: cross-platform-actions/action@v0.24.0 with: architecture: x86_64 hypervisor: qemu |