Skip to content

Commit

Permalink
Merge pull request #109 from shimastripe/fix/xcode16
Browse files Browse the repository at this point in the history
Fix Xcode 16 path
  • Loading branch information
shimastripe authored Sep 19, 2024
2 parents c3906bc + 7bef201 commit ebaef27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Analyze
runs-on: macos-14
env:
DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
timeout-minutes: 120
permissions:
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: macos-14
env:
DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit ebaef27

Please sign in to comment.