Skip to content

Commit

Permalink
Merge pull request #106 from shimastripe/xcode/16
Browse files Browse the repository at this point in the history
Use Xcode 16.0
  • Loading branch information
shimastripe authored Sep 14, 2024
2 parents 6085f9f + 2e1d4f6 commit 9809fe4
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_beta_6.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.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.0.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.app/Contents/Developer"
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit 9809fe4

Please sign in to comment.