From bd86ca30020a8c4d4d0755e44bf00568119c60ed Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 13 Jun 2023 00:53:01 -0400 Subject: [PATCH] scanbuild: use ubuntu-latest (#2610) --- .github/workflows/scanbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scanbuild.yml b/.github/workflows/scanbuild.yml index 6247a7da..c3947566 100644 --- a/.github/workflows/scanbuild.yml +++ b/.github/workflows/scanbuild.yml @@ -18,7 +18,7 @@ jobs: name: [linux-clang] include: - name: linux-clang - os: ubuntu-18.04 + os: ubuntu-latest compiler: clang cflags: '' steps: @@ -31,7 +31,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') run: | sudo apt-get update -qq - sudo apt-get install -y automake autoconf bison flex gdb python valgrind clang-tools + sudo apt-get install -y automake autoconf bison flex gdb python3 valgrind clang-tools - name: Prep run: | #pyenv global 3.6.7