diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 2b6fb70930..e0e0dafe05 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -129,7 +129,7 @@ jobs: distro: ubuntu codename: jammy - compiler: clang - compiler_version: 16 + compiler_version: 17 distro: debian codename: bookworm cmake-args: @@ -365,10 +365,8 @@ jobs: instrumentation-build: if: ${{ github.event_name == 'push' || github.event.pull_request.draft != true || contains(github.event.pull_request.labels.*.name, 'DraftRunCI') }} - env: - CLANG_RELEASE: 16 runs-on: [self-hosted, heavy] - container: ghcr.io/xrplf/ci/debian-bookworm:clang-16 + container: ghcr.io/xrplf/ci/debian-bookworm:clang-17 steps: - name: checkout