Skip to content

Commit

Permalink
Remove Clang 13 from build matrix
Browse files Browse the repository at this point in the history
This changelist removes Clang 13 from the build matrix, as a workaround for a recent issue in GitHub Actions virtual environments.
  • Loading branch information
jstone-lucasfilm committed Jul 30, 2023
1 parent 307f62b commit c34a106
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,12 @@ jobs:
cmake_config: -DMATERIALX_BUILD_SHARED_LIBS=ON
static_analysis: ON

- name: Linux_Clang_13_Python39
os: ubuntu-22.04
compiler: clang
compiler_version: "13"
python: 3.9
test_render: ON

- name: Linux_Clang_14_Python311
os: ubuntu-22.04
compiler: clang
compiler_version: "14"
python: 3.11
test_render: ON
clang_format: ON

- name: Linux_Clang_14_DynamicAnalysis
Expand Down

0 comments on commit c34a106

Please sign in to comment.