Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana committed Oct 4, 2024
1 parent 46508ba commit 305e36d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
# Build
# For GNU/Linux we need to build our application in the oldest version we want to support.
# https://pyinstaller.org/en/stable/usage.html?highlight=glibc#making-gnu-linux-apps-forward-compatible
#
# The reason we chose macos-13 as the minimum version:
# https://forums.developer.apple.com/forums/thread/739988
# "macOS 14 introduced a new container data protection feature. To learn more about that,
# see the link in Trusted Execution Resources.The solution here is to sign your code with a stable signing identity.
# For day-to-day development, that should be your Apple Development signing identity."
build:
strategy:
matrix:
Expand Down

0 comments on commit 305e36d

Please sign in to comment.