Skip to content

Commit ed50dad

Browse files
committedOct 4, 2024
Try macos-13 GitHub Actions runner.
1 parent f507598 commit ed50dad

File tree

4 files changed

+5
-163
lines changed

4 files changed

+5
-163
lines changed
 

‎.github/workflows/continuous-build-linux.yml

-96
This file was deleted.

‎.github/workflows/continuous-build-macos.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- os: macos-12
15+
- os: macos-13
1616
target: 10.9
1717

18-
- os: macos-12
18+
- os: macos-13
1919
target: 11.0
2020

2121
runs-on: ${{ matrix.os }}
@@ -26,7 +26,7 @@ jobs:
2626
brew install automake nasm yasm
2727
2828
- name: Import certificates
29-
uses: apple-actions/import-codesign-certs@v2
29+
uses: apple-actions/import-codesign-certs@v3
3030
with:
3131
p12-file-base64: ${{ secrets.CERTIFICATES }}
3232
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}

‎.github/workflows/continuous-build-windows.yml

-62
This file was deleted.

‎tools/build-codecs

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ libcdio_patch_levels=(1 1 1)
212212
rubberband_patches=(https://freac.org/patches/rubberband-$rubberband_version-fixed.diff)
213213
rubberband_patch_levels=(1)
214214

215-
vorbis_patches=(https://freac.org/patches/libvorbis-$vorbis_version-aotuv-b6.03.patch https://freac.org/patches/libvorbis-$vorbis_version-aotuv-b6.03-lancer.patch)
216-
vorbis_patch_levels=(1 1)
215+
vorbis_patches=(https://freac.org/patches/libvorbis-$vorbis_version-aotuv-b6.03.patch https://freac.org/patches/libvorbis-$vorbis_version-aotuv-b6.03-lancer.patch https://freac.org/patches/libvorbis-$vorbis_version-macos-fix.patch)
216+
vorbis_patch_levels=(1 1 1)
217217

218218
# Keep using FFmpeg 4.3.8 on macOS PPC
219219
if [[ $uname == Darwin ]] && [[ $BUILD_PPC == True ]]; then

0 commit comments

Comments
 (0)