From 5e5c0b55719f1651f8a4963c3e71acaa44344bf6 Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 16:42:01 +0100 Subject: [PATCH] Buil workflow should run on linux --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a950206..6944948 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest if: github.event.head_commit.author.name != 'actions' steps: - uses: actions/checkout@v2