Skip to content

[Bug] macOS-latest runner is arm64, not x64 #530

@dpo

Description

@dpo

Description

In Tests.yml, the matrix that defines the GitHub runners to be used for CI specifies the x64 architecture for all. However, macos-latest runners are arm64.

That causes issues in repositories where additional tools, such as compilers, must be installed: the Bestie workflow installs Julia for x64 (which is allowed on arm64 macOS), but, e.g., fortran-lang/setup-fortran will install compilers for the runner’s architecture (in this case, arm64).

Package Version

latest

Julia Version

1, lts

Reproduction steps

This can only be reproduced in repos where a compiler is required.

Relevant log output

Operating System

Mac

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions