From 920466cf59aeccd785a1977259ea35a57c952599 Mon Sep 17 00:00:00 2001 From: Josh Comer Date: Thu, 22 Feb 2024 15:51:48 -0400 Subject: [PATCH] Remove more apple targets --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 596c5e7..3734c5c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: # - i686-pc-windows-gnu - i686-pc-windows-msvc - i686-unknown-linux-gnu - - x86_64-apple-darwin + # - x86_64-apple-darwin # Windows gnu is not currently working # - x86_64-pc-windows-gnu - x86_64-pc-windows-msvc @@ -48,8 +48,8 @@ jobs: os: windows-latest - target: i686-unknown-linux-gnu os: ubuntu-latest - - target: x86_64-apple-darwin - os: macos-latest + # - target: x86_64-apple-darwin + # os: macos-latest # - target: x86_64-pc-windows-gnu # os: windows-latest - target: x86_64-pc-windows-msvc