move MACOSX_DEPLOYMENT_TARGET

This commit is contained in:
Logan McNaughton
2026-03-31 15:02:53 +02:00
parent 9b0b3e67a4
commit cef70faf1e
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -17,5 +17,4 @@ rustflags = ["-C", "target-cpu=cortex-a76"]
CC = "clang"
CXX = "clang++"
AR = "llvm-ar"
MACOSX_DEPLOYMENT_TARGET = "26.0"
SDKROOT = "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk"
+1
View File
@@ -162,6 +162,7 @@ jobs:
cp target/${{ matrix.target }}/release/gopher64 output/gopher64-${{ matrix.arch }}
env:
NETPLAY_ID: ${{ secrets.NETPLAY_ID }}
MACOSX_DEPLOYMENT_TARGET: "26.0"
- name: Upload file
uses: actions/upload-artifact@v7
with: