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

Use self-hosted x86 runners #1533

Closed
wants to merge 1 commit into from
Closed

Conversation

locallycompact
Copy link
Contributor


  • CHANGELOG updated or not needed
  • Documentation updated or not needed
  • Haddocks updated or not needed
  • No new TODOs introduced or explained herafter

@@ -6,7 +6,7 @@ on:
jobs:
formatting:
name: Check code formatting
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X86]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runs-on: [self-hosted, Linux, X86]
runs-on: [Linux, X64]

For the others, I'd also suggest to use [Linux, X64] instead of explorer as it is more specific on what the job needs, i.e. it will get scheduled on any similar runners (if we add them).

@v0d1ch
Copy link
Contributor

v0d1ch commented Jul 29, 2024

We need to resolve this issue before we can use self hosted runners.

@v0d1ch v0d1ch closed this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants