From 5697f1d5d8bafcb7d07514dd41b29976bfeb5b36 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 7 Aug 2024 22:10:03 -0400 Subject: [PATCH] Update macos version in the publishing job --- .github/workflows/publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index eb12264e..c8eabbab 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -59,7 +59,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, windows-2019, macos-11] + os: [ubuntu-22.04, windows-2019, macos-14] env: CIBW_SKIP: cp27-* cp313-* steps: