From 2dd1881370e2e03ec0375c9a27bc2a3c5727cbd6 Mon Sep 17 00:00:00 2001 From: Stewart Boogert Date: Thu, 11 Jan 2024 23:32:48 +0000 Subject: [PATCH] Main build and test git action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afdeed3..46d13a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: jobs: build-and-test: name: Test with Python - runs-on: [linux] + runs-on: [linux, ubuntu-latest] strategy: fail-fast: false matrix: