diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61690af6c..852416a70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,17 +99,17 @@ 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 } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.x' @@ -150,8 +150,8 @@ jobs: # Skip brew update for now, see https://github.com/actions/setup-python/issues/577 # brew update brew install luarocks ninja - luarocks install luafilesystem 1.8.0 - luarocks install moonscript --dev + sudo luarocks install luafilesystem 1.8.0 + sudo luarocks install moonscript --dev brew install libass zlib ffms2 fftw hunspell brew install pulseaudio # NO OpenAL in github CI @@ -231,7 +231,7 @@ jobs: ./appimagetool appdir - name: Upload artifacts - Linux AppImage - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.config.appimage with: name: ${{ matrix.config.name }}