Use MacOS 26 (#689)

This commit is contained in:
Logan McNaughton
2026-03-24 13:38:23 +01:00
committed by GitHub
parent 6220a566eb
commit 0f607e61aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ rustflags = ["-C", "target-cpu=cortex-a76"]
CC = "clang"
CXX = "clang++"
AR = "llvm-ar"
MACOSX_DEPLOYMENT_TARGET = "15.0"
MACOSX_DEPLOYMENT_TARGET = "26.0"
SDKROOT = "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk"
+1 -1
View File
@@ -129,7 +129,7 @@ jobs:
wait-for-completion: false
build-macos:
runs-on: macos-15
runs-on: macos-26
strategy:
fail-fast: false
matrix: