contour icon indicating copy to clipboard operation
contour copied to clipboard

Contour macos dmg don't have release for intel macbooks, it can be installed for m's apple macbooks only

Open vkravets opened this issue 1 year ago • 5 comments

Contour Terminal version

0.5.1.7247

Installer source

GitHub: release page

Operating System

macOS Sanoma 14.6.1

Architecture

x86-64

Other Software

No response

Steps to reproduce

Download macOs DMG and try to install on Intel's macbook (before 2021)

Expected Behavior

Contours successfully run on this macbook

Actual Behavior

CPU architecture doesn't support for this application

Additional notes

No response

vkravets avatar Oct 16 '24 11:10 vkravets

It seems GitHub Actions for the macos-14 runner using arm64 host. https://github.com/actions/runner-images?tab=readme-ov-file#available-images Intel host avlaible only for GitHub Teams or GitHub Enterprise.

can we use macos-13 for building intel version? is contour code hard linking to macos 14 only?

vkravets avatar Oct 16 '24 11:10 vkravets

I am not sure that macos-13 provides compilers with c++20 support, but I think that we can use macos-15-large runners as an open source project (usage time is limited though, so better to use it only for release)

Yaraslaut avatar Oct 16 '24 11:10 Yaraslaut

I think that we can use macos-15-large runners as an open source project (usage time is limited though, so better to use it only for release)

@Yaraslaut Why would we need a -large runner so much? Is that because of the Qt self-compilation? Wasn't that only for older Linux builds?

whisperity avatar Oct 16 '24 11:10 whisperity

I think that we can use macos-15-large runners as an open source project (usage time is limited though, so better to use it only for release)

@Yaraslaut Why would we need a -large runner so much? Is that because of the Qt self-compilation? Wasn't that only for older Linux builds?

this is x86 runners, macos-15 is arm

macOS 15 beta 	macos-15-large 	[macOS-15](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md) 	Endpoint Badge
macOS 15 Arm64 beta 	macos-15 or macos-15-xlarge 	[macOS-15-arm64](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md) 	Endpoint Badge

Yaraslaut avatar Oct 16 '24 11:10 Yaraslaut

BTW using nix-darwin I'm able to install contour without building manually =)

vkravets avatar Oct 16 '24 12:10 vkravets