From a4fc77c04ba12ffef2be832ea2de9dcea34a3471 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 21 Jun 2024 16:46:16 -0400 Subject: [PATCH] MAINT: Check that Ubuntu still works (#15) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a0709a..7d93463 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-12, macos-11] - python: ['3.10'] + os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-13, macos-12] + python: ['3.12'] defaults: run: shell: bash -e {0}