Skip to content

Commit

Permalink
Upgrade to MacOS 13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Dec 6, 2024
1 parent ea3d23f commit 7c1c4c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]
Expand All @@ -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
Expand Down

0 comments on commit 7c1c4c5

Please sign in to comment.