From 2a95bf34dc4a4e9fbbf60ab98d34139b1c07fa88 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Mon, 17 Jun 2024 15:27:41 +0100 Subject: [PATCH] Update macOS version to 13 in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7fb08e..67c6c0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: include: - - {os: macos-latest, arch: x86_64, build: "*"} + - {os: macos-13, arch: x86_64, build: "*"} - {os: macos-14, arch: arm64, build: "*"} - {os: ubuntu-latest, arch: x86_64, build: "*"} - {os: ubuntu-latest, arch: aarch64, build: "*9-manylinux*"}