Skip to content

Commit

Permalink
CI: MacOS to macos-13
Browse files Browse the repository at this point in the history
macos-latest uses arm64, and seems to ship a broken iconv that fails tests. Revert this once the issue is resolved.
  • Loading branch information
CoffeeFlux committed Jul 14, 2024
1 parent 9fa9ba2 commit e503821
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 @@ -52,13 +52,13 @@ jobs:
}
- {
name: macOS Debug,
os: macos-latest,
os: macos-13,
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-13,
buildtype: release,
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
}
Expand Down

0 comments on commit e503821

Please sign in to comment.