Skip to content

Commit 84edd13

Browse files
committed
macos-15
1 parent cef691e commit 84edd13

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
strategy:
2929
fail-fast: False
3030
matrix:
31-
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-15]
31+
#os: [ubuntu-latest, windows-latest, macos-15-intel, macos-15]
3232
#os: [macos-15-intel, macos-15]
33+
os: [macos-15]
3334
env:
3435
BUILD_TYPE: Release
3536
# SANITIZE: true # uncomment to sanitize

conan-profiles/conan-profile-macOS-ARM64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ include(conan-profile-common)
33
[settings]
44
os=Macos
55
# 14.2 is required by opensubdiv for metal
6-
os.version=14.2
6+
os.version=16.4
77
arch=armv8
88
compiler=apple-clang
9-
compiler.version=15
9+
compiler.version=16
1010
compiler.cppstd={{ os.getenv("CXX_VERSION") }}
1111
compiler.libcxx=libc++
1212

0 commit comments

Comments
 (0)