Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
qyang-nj committed Dec 21, 2024
1 parent 993c66f commit 2f02622
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
CI: "1"

jobs:
macho-parser:
name: Macho Parser
Expand Down
6 changes: 5 additions & 1 deletion testing/code_coverage/build_and_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/zsh
# This script was tested on Xcode 16.2
# This script was tested on Xcode 16.1
set -e

if [ -n "$CI" ]; then
xcode-select -s /Applications/Xcode_16.1.app
fi

TARGET="$(uname -m)-apple-ios16.1-simulator"

SDKROOT=$(xcrun --show-sdk-path --sdk iphonesimulator)
Expand Down

0 comments on commit 2f02622

Please sign in to comment.