From 7e5086fcc9f631e7b583876e5a9cd2378cd3d24a Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 22 May 2024 21:48:19 +0200 Subject: [PATCH] ci: update pypi settings --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index aab3daa..6243f9a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4