1
0
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:
Josh Soref
2023-06-13 00:53:01 -04:00
committed by GitHub
parent 840dc55263
commit bd86ca3002

View File

@ -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