Skip to content

Commit

Permalink
Update deprecated Xcode in CI (AcademySoftwareFoundation#2114)
Browse files Browse the repository at this point in the history
This changelist updates a deprecated version of Xcode in our GitHub CI.
  • Loading branch information
jstone-lucasfilm authored Nov 14, 2024
1 parent bef88b9 commit 20383ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
cmake_config: -DMATERIALX_BUILD_SHARED_LIBS=ON
python: 3.9

- name: MacOS_Xcode_14_Python311
- name: MacOS_Xcode_15_Python311
os: macos-14
compiler: xcode
compiler_version: "14.3"
compiler_version: "15.1"
python: 3.11
static_analysis: ON
cmake_config: -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Expand Down

0 comments on commit 20383ae

Please sign in to comment.