summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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