From: Luuk van Baal Date: Mon, 30 May 2022 17:45:28 +0000 (+0200) Subject: Move patch ci to ubuntu X-Git-Tag: v4.6~57^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bb604bdf1d07439e47235f6fba2d47eb2f37f4fb;p=nnn.git Move patch ci to ubuntu --- 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