Buil workflow should run on linux

This commit is contained in:
garronej 2023-03-17 16:42:01 +01:00
parent 57138e332f
commit 5e5c0b5571

View file

@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: ubuntu-latest
if: github.event.head_commit.author.name != 'actions' if: github.event.head_commit.author.name != 'actions'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2