From 8c9ffb9ce035a6ab2ddd2b91bd459ae9e42eee95 Mon Sep 17 00:00:00 2001 From: Jim Crist-Harif Date: Sun, 13 Oct 2024 12:27:10 -0500 Subject: [PATCH] Update images used for CI --- .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 4736234c..f69af99a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-11, windows-2019] + os: [ubuntu-latest, macos-13, windows-latest] env: CIBW_TEST_REQUIRES: "pytest msgpack pyyaml tomli tomli_w"