Skip to content

Commit 20383ae

Browse files
Update deprecated Xcode in CI (#2114)
This changelist updates a deprecated version of Xcode in our GitHub CI.
1 parent bef88b9 commit 20383ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
cmake_config: -DMATERIALX_BUILD_SHARED_LIBS=ON
6969
python: 3.9
7070

71-
- name: MacOS_Xcode_14_Python311
71+
- name: MacOS_Xcode_15_Python311
7272
os: macos-14
7373
compiler: xcode
74-
compiler_version: "14.3"
74+
compiler_version: "15.1"
7575
python: 3.11
7676
static_analysis: ON
7777
cmake_config: -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

0 commit comments

Comments
 (0)