From bb604bdf1d07439e47235f6fba2d47eb2f37f4fb Mon Sep 17 00:00:00 2001 From: Luuk van Baal Date: Mon, 30 May 2022 19:45:28 +0200 Subject: [PATCH] Move patch ci to ubuntu --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57295188..9cafe0dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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