Merge pull request #1379 from luukvbaal/master

Move patch ci to ubuntu
This commit is contained in:
Arun 2022-05-30 23:29:46 +05:30 committed by GitHub
commit 0499998e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,8 @@ jobs:
make make
make clean make clean
clang-tidy src/* -- -I/usr/include clang-tidy src/* -- -I/usr/include
macOS-patches: ubuntu-patches:
runs-on: macOS-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Compile patches with gcc - name: Compile patches with gcc