Skip to content

Commit

Permalink
FFmpeg build: Use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored Dec 27, 2024
1 parent c4073f9 commit 748929c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch
jobs:
build-macos:
name: Build macOS
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand All @@ -30,7 +30,7 @@ jobs:

combine-macos:
name: Combine macOS libs
runs-on: macos-12
runs-on: macos-13
needs: build-macos
steps:
- name: Checkout
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

build-iOS:
name: Build iOS
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
arch: [arm64, simulator-arm64, simulator-x86_64]
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

combine-iOS:
name: Combine iOS libs
runs-on: macos-12
runs-on: macos-13
needs: build-iOS
steps:
- name: Checkout
Expand Down

0 comments on commit 748929c

Please sign in to comment.