Skip to content

Commit 6864251

Browse files
Add Xcode 14 to GitHub Actions
This changelist adds an Xcode 14 configuration to the build matrix in GitHub Actions.
1 parent 047b66a commit 6864251

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ jobs:
7070
cmake_config: -DMATERIALX_BUILD_SHARED_LIBS=ON
7171
python: 3.7
7272

73-
- name: MacOS_Xcode_12_Python37
74-
os: macos-11
73+
- name: MacOS_Xcode_13_Python39
74+
os: macos-12
7575
compiler: xcode
76-
compiler_version: "12.4"
77-
python: 3.7
76+
compiler_version: "13.4"
77+
python: 3.9
7878

79-
- name: MacOS_Xcode_13_Python39
79+
- name: MacOS_Xcode_14_Python39
8080
os: macos-12
8181
compiler: xcode
82-
compiler_version: "13.3"
82+
compiler_version: "14.2"
8383
python: 3.9
8484
test_shaders: ON
8585

0 commit comments

Comments
 (0)