From cced3c48d96569efd25b578baece829553c41f23 Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 3 Mar 2025 18:38:47 +0100 Subject: [PATCH] `ci`: run OSX only for `py313` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f233b00..bceb8a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, macos-latest] - python: '3.13' + python: ['3.13'] test_server: [false] include: - os: ubuntu-latest