From 357068557d9878c88b23d46406efcc3f6cc2d977 Mon Sep 17 00:00:00 2001 From: RTTV Date: Tue, 17 Dec 2024 18:13:02 -0500 Subject: [PATCH] fixed build issue with mac x86_64 --- .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 55a7ee2..b2cac24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: job: - - { target: x86_64-apple-darwin , os: macos-12, } + - { target: x86_64-apple-darwin , os: macos-14, } - { target: aarch64-apple-darwin , os: macos-14, } - { target: x86_64-pc-windows-msvc , os: windows-2019, } - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, dpkg_arch: amd64, use-cross: true }