From a3502c39ba88d6dc80d18fc1565ab16fa1fe907e Mon Sep 17 00:00:00 2001 From: Val Date: Fri, 13 Sep 2024 21:08:15 +0200 Subject: [PATCH] use ubuntu --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4aac703..37b43269 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,19 @@ permissions: contents: write jobs: + build: + strategy: + matrix: + include: + - { target: linux-64, os: ubuntu-latest } + fail-fast: false + + runs-on: ${{ matrix.os }} + timeout-minutes: 5 + + defaults: + run: + shell: bash test: name: Run tests runs-on: ubuntu-latest