Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ jobs:
cmake_config: -DMATERIALX_BUILD_SHARED_LIBS=ON
python: 3.7

- name: MacOS_Xcode_12_Python37
os: macos-11
- name: MacOS_Xcode_13_Python39
os: macos-12
compiler: xcode
compiler_version: "12.4"
python: 3.7
compiler_version: "13.4"
python: 3.9

- name: MacOS_Xcode_13_Python39
- name: MacOS_Xcode_14_Python39
os: macos-12
compiler: xcode
compiler_version: "13.3"
compiler_version: "14.2"
python: 3.9
test_shaders: ON

Expand Down