From d8516f68effb8c298c655fcdb2babc3e80d1339f Mon Sep 17 00:00:00 2001 From: Clif Bratcher Date: Mon, 29 Apr 2024 19:54:06 -0400 Subject: [PATCH] consistent os values --- .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 ce14e96..b34fc46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [windows-latest, ubuntu-latest] + os: ["windows-latest", "ubuntu-latest"] python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: