Skip to content

Commit

Permalink
try to build release on mcneel/amazonlinux2023
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Sep 13, 2024
1 parent 598f948 commit 8ba49e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ba49e6

Please sign in to comment.