Skip to content

Commit

Permalink
Update nightly clang-tidy build to run on 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jun 7, 2024
1 parent dfa4bec commit 0a3dd48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
clang_tidy:
name: "clang-tidy"

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -36,8 +36,8 @@ jobs:
target: clang-tidy
cache-key: linux-x86_64-clang-tidy

- name: Install Boost
run: sudo apt-get -qq install libboost-dev
- name: Install dependencies
run: sudo apt-get -qq install libboost-dev libbz2-dev liblzma-dev libsqlite3-dev

- name: Configure Build
run: python3 ./configure.py --cc=clang --build-targets=shared,cli,tests,examples,bogo_shim --build-fuzzers=test --with-boost --with-sqlite --with-zlib --with-lzma --with-bzip2
Expand Down

0 comments on commit 0a3dd48

Please sign in to comment.