summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-06-13 00:53:01 -0400
committerGitHub <noreply@github.com>2023-06-13 13:53:01 +0900
commitbd86ca30020a8c4d4d0755e44bf00568119c60ed (patch)
tree25acb3788295a5a6eb8a0de13a42aae35e83b9ad
parent840dc552634edc65c474940cc613b3bfb5259b2c (diff)
scanbuild: use ubuntu-latest (#2610)
-rw-r--r--.github/workflows/scanbuild.yml4
1 files 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