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