GitHubActionsRunnerInfo.

Architecture Property

Summary

Gets the runner architecture of the runner executing the job.

Syntax

public GitHubActionsArchitecture Architecture { get; }

Value

Type Description
GitHubActionsArchitecture The runner architecture of the runner executing the job. Possible values are X86, X64, ARM, and ARM64.