From 77a13483c3ea2786503131aa3cdebeefe11d8e24 Mon Sep 17 00:00:00 2001 From: Jonathan Hope Date: Sat, 1 Jun 2024 15:33:42 -0700 Subject: [PATCH] fix: macos SDK version changed --- .goreleaser.yaml | 2 +- TODO.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2b0b883..52dfc12 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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 diff --git a/TODO.org b/TODO.org index db2ab96..6935de6 100644 --- a/TODO.org +++ b/TODO.org @@ -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