Skip to content

Commit

Permalink
Add Xcode 14 to GitHub Actions
Browse files Browse the repository at this point in the history
This changelist adds an Xcode 14 configuration to the build matrix in GitHub Actions.
  • Loading branch information
jstone-lucasfilm committed Apr 17, 2023
1 parent 047b66a commit 6864251
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 6864251

Please sign in to comment.