From 6bf6d3d79290ccd714f702a94fa9d448212d0d58 Mon Sep 17 00:00:00 2001 From: Jonathan Hope Date: Sat, 1 Jun 2024 15:38:59 -0700 Subject: [PATCH] fix: macos SDK version changed (#56) --- .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