-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Swift 5.7 #620
Drop Swift 5.7 #620
Conversation
e3fb3cf
to
4315835
Compare
1a19ef5
to
3dcf5ff
Compare
a92ad7c
to
c9bef0b
Compare
c9bef0b
to
87caf5b
Compare
strategy: | ||
fail-fast: false | ||
matrix: | ||
xcode: ["13.2.1", "13.4.1", "14.1"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xcode 14.3 with macOS-14 runner fails on brew install danger-js
Error: Your Xcode (14.3.1 => /Applications/Xcode_14.3.1.app/Contents/Developer) at /Applications/Xcode.app is too outdated.
Please update to Xcode 15.4 (or delete it).
Xcode can be updated from the App Store.
@@ -83,7 +121,7 @@ jobs: | |||
- name: Install danger-js | |||
run: brew install danger/tap/danger-js | |||
|
|||
- run: make install | |||
- run: make install PREFIX='/opt/homebrew' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In macOS-14 runner, /usr/local
is not writable.
mkdir: /usr/local/lib: Permission denied
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
Closes #619