Skip to content

Commit

Permalink
gh: Update llvm version to 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Oct 6, 2023
1 parent a2dc98d commit 39720a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
strategy:
matrix:
llvm-version: [16]
llvm-version: [17]
image-version: [22.04]

runs-on: ubuntu-${{ matrix.image-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
llvm-version: [16]
llvm-version: [17]
image-version: [22.04]
runs-on: ubuntu-22.04
timeout-minutes: 45
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cpp-linter:
strategy:
matrix:
llvm-version: [16]
llvm-version: [17]
image-version: [22.04]

runs-on: ubuntu-${{ matrix.image-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
llvm-version: [16]
llvm-version: [17]
image-version: [22.04]

name: "Pre Release"
Expand Down

0 comments on commit 39720a3

Please sign in to comment.