Skip to content

Commit

Permalink
Merge pull request #13 from cybozu/increment-xcode-version-ci
Browse files Browse the repository at this point in the history
Use Xcode 16.2
  • Loading branch information
Kyome22 authored Jan 13, 2025
2 parents a2eb02f + 18474f1 commit ef89d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_16.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"
ARTIFACT_BUNDLE: "license-checker.artifactbundle"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_16.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $

## Requirements

- Development with Xcode 16.0+
- Development with Xcode 16.2+
- Written in Swift 6.0
- Compatible with macOS 14.0+

Expand Down

0 comments on commit ef89d86

Please sign in to comment.