From fa669a94e6375e4935721ea6eb12d13da9aabd93 Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 2 Apr 2024 18:50:45 +0200 Subject: [PATCH] use older macos-12 runner latest/14 fails and builds for arm64 also GA skipped 13 for macos-latest for some reason --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80899060d..87d4c9327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: -Dvapoursynth=enabled - { name: macOS Release, - os: macos-latest, + os: macos-12, buildtype: release, args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true -Dvapoursynth=enabled --force-fallback-for=ffms2 } @@ -140,7 +140,7 @@ jobs: popd - name: Install dependencies (MacOS) - if: matrix.config.os == 'macos-latest' + if: matrix.config.os == 'macos-12' run: | export HOMEBREW_NO_INSTALL_CLEANUP=1 export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 @@ -196,14 +196,14 @@ jobs: # macOS artifacts - name: Generate macOS installer - if: matrix.config.os == 'macos-latest' + if: matrix.config.os == 'macos-12' run: | meson compile osx-bundle -C build meson compile osx-build-dmg -C build - name: Upload artifacts - macOS dmg uses: actions/upload-artifact@v3 - if: matrix.config.os == 'macos-latest' + if: matrix.config.os == 'macos-12' with: name: ${{ matrix.config.name }} - installer path: build/Aegisub-*.dmg