From: Frank M. <no...@gi...> - 2023-02-24 12:21:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 396856843f887f1f524fe76cf91ec6027c9a9a5b https://github.com/OpenSC/OpenSC/commit/396856843f887f1f524fe76cf91ec6027c9a9a5b Author: Frank Morgner <fra...@gm...> Date: 2023-02-24 (Fri, 24 Feb 2023) Changed paths: M .github/workflows/macos.yml Log Message: ----------- CI: pin macos-12 to allow building for macOS 10.12 Xcode 14 is the last version which ships the SDK for 10.12. So we are pinning the Github Runner to macos-12, which still has this version installed. This avoids the following warning: /Users/runner/work/OpenSC/OpenSC/OpenSCToken/OpenSCTokenApp.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 13.1.99. (in target 'OpenSCTokenApp' from project 'OpenSCTokenApp') warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'OpenSCTokenApp' from project 'OpenSCTokenApp') |