Skip to content

Commit

Permalink
gh: Bump up to llvm-18.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorenc committed Apr 24, 2024
1 parent ba619ba commit 663358f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: [17]
llvm-version: [18]
image-version: [22.04]
build-type: [Release, Debug]
sanitizers: [ON, OFF]
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: [17]
llvm-version: [18]
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: [17]
llvm-version: [18]
image-version: [22.04]

runs-on: ubuntu-${{ matrix.image-version }}
Expand Down
8 changes: 4 additions & 4 deletions .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: [17]
llvm-version: [18]
image-version: [22.04]

name: "Pre Release"
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
needs: build
strategy:
matrix:
llvm-version: [17]
llvm-version: [18]
image-version: [22.04]
vast-target: ['hl', 'llvm', 'bin']

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
needs: build
strategy:
matrix:
llvm-version: [17]
llvm-version: [18]
image-version: [22.04]
vast-target: ['hl']

Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
build_doc:
strategy:
matrix:
llvm-version: [17]
llvm-version: [18]
image-version: [22.04]
name: "Build VAST doc"
runs-on: ubuntu-${{ matrix.image-version }}
Expand Down

0 comments on commit 663358f

Please sign in to comment.