From 0ff20b2f8e89c587695d7c0a71fb5f9156277cbd Mon Sep 17 00:00:00 2001 From: Raphael Quast Date: Sun, 31 Dec 2023 00:42:16 +0100 Subject: [PATCH] Update testMaps.yml --- .github/workflows/testMaps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testMaps.yml b/.github/workflows/testMaps.yml index f09a39c83..0fb12d2cf 100644 --- a/.github/workflows/testMaps.yml +++ b/.github/workflows/testMaps.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: # set operating systems to test - os: [ubuntu-latest] + os: [windows-latest] # set python versions to test python-version: ["3.9", "3.10", "3.11"]