From ef168a65a75818f9d9d28cd0a24556f87f15634d Mon Sep 17 00:00:00 2001 From: Zentrik Date: Tue, 23 Apr 2024 16:44:42 +0100 Subject: [PATCH] [NFC] Update comment referring to Yosemite to Mojave (#54215) mac os 10.14 is Mojave. [no-ci] --- Make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.inc b/Make.inc index 56558e17bb2f4..b1a878e728473 100644 --- a/Make.inc +++ b/Make.inc @@ -482,7 +482,7 @@ endif FC := $(CROSS_COMPILE)gfortran -# Note: Supporting only macOS Yosemite and above +# Note: Supporting only macOS Mojave and above ifeq ($(OS), Darwin) APPLE_ARCH := $(shell uname -m) ifneq ($(APPLE_ARCH),arm64)