Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Action unable to pick up runner for macos-13-arm64 #9216

Closed
2 of 11 tasks
StephenHodgson opened this issue Jan 23, 2024 · 6 comments
Closed
2 of 11 tasks

Github Action unable to pick up runner for macos-13-arm64 #9216

StephenHodgson opened this issue Jan 23, 2024 · 6 comments

Comments

@StephenHodgson
Copy link

Description

I needed to setup a new workflow for my org to begin building apple silicon dedicated software, but a macos-13-arm64 runner would never pick up the job. The job would time out instead.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

macos-13-arm64

Is it regression?

yes?

Expected behavior

macos-13-arm64 to pick up job

Actual behavior

Job times out

Repro steps

Create a new workflow

use runs-on: macos-13-arm64

@Vyazovoy
Copy link

Hi, @StephenHodgson! Looks like you are using an incorrect runner name (macos-13-arm64). According to this doc you would need to use macos-13-xlarge

@StephenHodgson
Copy link
Author

I do not want to use xl, only base model

@Vyazovoy
Copy link

As you can see in the docs, base models do not provide arm64 (M1) architecture.

@StephenHodgson
Copy link
Author

Docs are not source truth.

If the xl runners are working, it would beg to argue that the base runner is broken.

@shamil-mubarakshin
Copy link
Contributor

Hello @StephenHodgson, arm64 runners are available using macos-13-xlarge. @Vyazovoy has already provided some documentation links. You can also find additional information in #8439 announcement, which contains some Q&A

@StephenHodgson
Copy link
Author

I'm sorry but that should not be the correct answer.

I need a base runner with arm64 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants