From 68756dbde535a49d527462b17edaa90aa3ba8a5b Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Thu, 2 May 2024 12:40:14 +0100 Subject: [PATCH] Another go --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9698d9d..c4161a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: # Just run macos tests on one Python version - os: macos-13 python-version: "3.9" + - os: macos-13 python-version: "3.10" steps: - uses: actions/checkout@v4