Skip to content

Commit

Permalink
Downgrade Clang to 16 in Subdoc and Hdoc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Nov 29, 2023
1 parent 8649261 commit 23f3f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'chromium/subspace'
runs-on: ubuntu-latest
env:
clang_version: 17
clang_version: 16
installed_clang_version: 14

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
name: Generate Subdoc
runs-on: ubuntu-latest
env:
clang_version: 17
clang_version: 16
installed_clang_version: 14

steps:
Expand Down

0 comments on commit 23f3f4b

Please sign in to comment.