Skip to content

Commit

Permalink
Move subdoc to clang 18 again
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 12, 2023
1 parent fddcd37 commit 92de1e6
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: 16
clang_version: 18
installed_clang_version: 14
source_url: "https://github.com/chromium/subspace/blob/main"

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: 16
clang_version: 18
installed_clang_version: 14
source_url: "https://github.com/chromium/subspace/blob/main"

Expand Down

0 comments on commit 92de1e6

Please sign in to comment.