From 5c0196235e7487d1e733ab93e8ff73bf02228ca2 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Thu, 21 Nov 2024 09:55:38 +0100 Subject: [PATCH] feat: add osx64 as a build platform --- .github/workflows/rattler-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rattler-build.yml b/.github/workflows/rattler-build.yml index d0722c5..07afa35 100644 --- a/.github/workflows/rattler-build.yml +++ b/.github/workflows/rattler-build.yml @@ -33,7 +33,7 @@ jobs: - { target: linux-64, os: ubuntu-20.04 } - { target: win-64, os: windows-latest } # force older macos-13 to get x86_64 runners - # - { target: osx-64, os: macos-13 } + - { target: osx-64, os: macos-13 } - { target: osx-arm64, os: macos-14 } fail-fast: false