From 18615f246d3723d5cf3dd7b8b170569f5e3c659b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 10:05:23 -0400 Subject: [PATCH] actions: MacOS 12 is deprecated, move to 13 for x86_64 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32eaffc0..9c80d573 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: arch: aarch64 openssl_archs: linux-aarch64 staticx: yes - - os: macos-12 + - os: macos-13 jid: 6 goal: build arch: x86_64