mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
scanbuild: use ubuntu-latest (#2610)
This commit is contained in:
4
.github/workflows/scanbuild.yml
vendored
4
.github/workflows/scanbuild.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user