Skip to content

Commit

Permalink
fix: macos SDK version changed (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope authored Jun 1, 2024
1 parent 75838e5 commit 6bf6d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
- CGO_ENABLED=1
- SDK=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk
- SDK=/Library/Developer/CommandLineTools/SDKs/MacOSX14.3.sdk

builds:
- id: armaria-darwin-amd64
Expand Down
2 changes: 1 addition & 1 deletion TODO.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This is a running list of things that need to taken care of at some point:

- [ ] Long subtract function too complex
- [ ] Manifest requires registry key on Windows
- [ ] Investigate double width chars and substr (think emojis)
- [ ] There has got to be a way to figure out which XCode version is installed

0 comments on commit 6bf6d3d

Please sign in to comment.