mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Use MacOS 26 (#689)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -129,7 +129,7 @@ jobs:
|
||||
wait-for-completion: false
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-15
|
||||
runs-on: macos-26
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user