From 7c1c4c52db2eb5e6f57001aaa1fa206ca5730307 Mon Sep 17 00:00:00 2001 From: "Brendan C. Ward" Date: Thu, 5 Dec 2024 17:05:43 -0800 Subject: [PATCH] Upgrade to MacOS 13 runner --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e367d66..cc81a14a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,13 +152,13 @@ jobs: fail-fast: false matrix: include: - - os: "macos-12" + - os: "macos-13" triplet: "x64-osx-dynamic-release" arch: x86_64 vcpkg_cache: "/Users/runner/.cache/vcpkg/archives" vcpkg_logs: "/usr/local/share/vcpkg/buildtrees/**/*.log" - - os: "macos-12" + - os: "macos-13" triplet: "arm64-osx-dynamic-release" arch: arm64 vcpkg_cache: "/Users/runner/.cache/vcpkg/archives" @@ -244,7 +244,7 @@ jobs: "ubuntu-latest", "ubuntu-20.04", "windows-latest", - "macos-12", + "macos-13", "macos-latest", ] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] @@ -257,7 +257,7 @@ jobs: artifact: pyogrio-wheel-linux-manylinux_2_28_x86_64 - os: "windows-latest" artifact: pyogrio-wheel-x64-windows-dynamic-release - - os: "macos-12" + - os: "macos-13" artifact: pyogrio-wheel-x64-osx-dynamic-release - os: "macos-latest" artifact: pyogrio-wheel-arm64-osx-dynamic-release