From e3593b65d67233defa97c62f5427c13115b2ebbd Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Thu, 16 Nov 2023 14:54:45 +0000 Subject: [PATCH] Restrict building to linux for now --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42ec08d..1e197f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + # Ubuntu only until closer to production ready! + os: [ubuntu-latest] python-version: [3.11.1] steps: