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
1 changed files with 2 additions and 2 deletions

View File

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