Skip to content

Commit

Permalink
ci: Pin macos to macos-12 for now
Browse files Browse the repository at this point in the history
macos-latest now runs on Apple Silicon, which fails one test
and probably still needs extra work for the packaging to work.
Until that's figured out, run on macos-12.
  • Loading branch information
arch1t3cht committed May 20, 2024
1 parent 246dbd7 commit 606f3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
-Dvapoursynth=enabled
- {
name: macOS Debug,
os: macos-latest,
os: macos-12,
buildtype: debugoptimized,
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
}
- {
name: macOS Release,
os: macos-latest,
os: macos-12,
buildtype: release,
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
}
Expand Down

0 comments on commit 606f3d9

Please sign in to comment.