From e469d03fccfb35b948a974bf1e32389e65b8e053 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 23 Jan 2025 19:12:31 -0600 Subject: [PATCH] macos --- .github/workflows/generator-macos.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generator-macos.yml b/.github/workflows/generator-macos.yml index 154031b..edb03b1 100644 --- a/.github/workflows/generator-macos.yml +++ b/.github/workflows/generator-macos.yml @@ -99,13 +99,13 @@ jobs: fail-fast: false matrix: job: - - { - target: x86_64-apple-darwin, - os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel - extra-build-args: "", - arch: x86_64, - vcpkg-triplet: x64-osx, - } + # - { + # target: x86_64-apple-darwin, + # os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel + # extra-build-args: "", + # arch: x86_64, + # vcpkg-triplet: x64-osx, + # } - { target: aarch64-apple-darwin, os: macos-latest,