From 8ba49e6b9c20a9a64ed8efae49d6233e311f4f87 Mon Sep 17 00:00:00 2001 From: fraguada Date: Fri, 13 Sep 2024 13:25:29 +0200 Subject: [PATCH] try to build release on mcneel/amazonlinux2023 --- .github/workflows/workflow_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow_release.yml b/.github/workflows/workflow_release.yml index 9382fd0f..600c0c7d 100644 --- a/.github/workflows/workflow_release.yml +++ b/.github/workflows/workflow_release.yml @@ -177,15 +177,15 @@ jobs: include: - os: ubuntu-latest target: linux - #image: mcneel/rhino3dm-dev-amzn2 + image: mcneel/rhino3dm-dev-amazonlinux2023 artifact-path: src/build/linux/librhino3dm_native.so - os: windows-2022 target: windows - #image: "" + image: "" artifact-path: src\build\windows\*\Release\librhino3dm_native.dll - os: macos-14 target: macos - #image: "" + image: "" artifact-path: src/build/macos/Release/librhino3dm_native.dylib fail-fast: false steps: