From 3313e561902ffb71c5c430afe7b5c0dc6a4c1181 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 16 Dec 2024 01:31:31 -0500 Subject: [PATCH] Update github actions macOS version --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 7d152b81..e4a1e02c 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -99,7 +99,7 @@ jobs: - '3.13' architecture: [x86, x64] exclude: - - os: macos-12 + - os: macos-13 architecture: x86 - os: ubuntu-22.04 architecture: x86