./run.sh if RUNNER_UPDATE_CA_CERTS env is set (#2471)no_proxy='*' is set (#2395)ubuntu-latest hosted runner. (#2469)Run service to renew job request (#2461)Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-win-x64-2.303.0.zip -OutFile actions-runner-win-x64-2.303.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.303.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-win-arm64-2.303.0.zip -OutFile actions-runner-win-arm64-2.303.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.303.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-osx-x64-2.303.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.303.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-osx-arm64-2.303.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.303.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-linux-x64-2.303.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.303.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-linux-arm64-2.303.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.303.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.303.0/actions-runner-linux-arm-2.303.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.303.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.303.0.zip <!-- BEGIN SHA win-x64 -->2368cd782c5b0dba1af8f90e1cc1c294cce2d165ed24f026577304b66440b31e<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.303.0.zip <!-- BEGIN SHA win-arm64 -->f7d78a98b3d10d265066e85520862f062aeda0294453c58a2b21ebb747b08f09<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.303.0.tar.gz <!-- BEGIN SHA osx-x64 -->8bd595568ceee5eb25576972bc8075b47c149b3fac7eb7873deed67944b45739<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.303.0.tar.gz <!-- BEGIN SHA osx-arm64 -->bbbac8011066b6cec93deb2365132b082b92287baaf34b5d9539e955ffe450ff<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.303.0.tar.gz <!-- BEGIN SHA linux-x64 -->e4a9fb7269c1a156eb5d5369232d0cd62e06bec2fd2b321600e85ac914a9cc73<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.303.0.tar.gz <!-- BEGIN SHA linux-arm64 -->53f137fb4c00ac9906cbdf4b7c5c14e2e9555a2843d5c0171f6368207472464d<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.303.0.tar.gz <!-- BEGIN SHA linux-arm -->cb55db5f6e8e2ab3db0c4236aad7d240e413a2b8aa7dffd24a288255dbb05fcf<!-- END SHA linux-arm -->
actions-runner-win-x64-2.303.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->5d8c88927fbe2283d2fa325f806560f10a9850731c0b4c898ca2f7964fdd406e<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.303.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->6b0e5c89df2d387e6f56221896e83142c14a1afc626c710d373faeb05c7b177d<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.303.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->f78e3ad691924e78022754e0648d92a289435d5ede036237ddfd178b1df29f25<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.303.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->acc1227c10820e12cd70ece24eee6a79442dd591c34f13443702254347d9b490<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.303.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->022f3c71c0e0991415e8f895dc9aa22c16d32b3dd2d5f7423bbd97ae972416ac<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.303.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->c4bec766c0f048a51193fb857e764f9270825738cf9eb0819a1b45824a3d7afc<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.303.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->01ab11f1ed1a4065c77de4fa832533b4c2b51f6cac1a1430bf6258188df09000<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.303.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->765a390e1241aa878be1d806bd449dce88348d114dca9a73e28c5ca42bc68b50<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.303.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->f7f7a3b947a66b0b9290f5659d287962cee941c3bee3981eb81d8c5f7f0f74c1<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.303.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->7de3a2b66ea77f757a6f27b94c4e6f4403df2b7e3be800cc38f2502dead63b34<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.303.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->8efdd164ddbc7ad0fe2bbe4dde35cc49a6b1263c993b3b0e03bfb8d1bdc840b6<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.303.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->2634a6fd0f9f2402cfc186063b8e129bd4391f0aecc0a524a292e1623360d501<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.303.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->e353d520ca2f24fe8685e83f74f3c153b5d0e44965d20433cb3a6fd57d7b865e<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.303.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->01e150e8929926b8739c2e7fc873843d892a82c61635f2c118e00242309d78ae<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.303.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->f208879cc1da7893bf911b7a601e3eb5648d2c86e04b880ae428465c679f8dbc<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.303.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->e1f382005c6b48eee23b704ae2819771d80f05732135c79b093b9889ef73d0c7<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.303.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->3f53b1a10f837c96e83b6d569dc2ecbcaa0dc79e4a4aee8ea2ddf71643f1d54b<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.303.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->f50cdf73ea09b1b5850032cf45c30e90e97e6fc3ecfcd81de68638282423b997<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.303.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->fc4577472fef7dea377dcb4a7835ae274029db008fd0a6a0c03bf1ecfa189ee5<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.303.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->ec4cb5000a6d4d33ba29f565d950dc3382c6d7fbfef7fd327765cfa5921fa703<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.303.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->266b7c14efe8b68626aa5b2fae1eb1207a77a37a6361ca8958e2a197683291cf<!-- END SHA linux-arm_noruntime_noexternals -->
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-win-x64-2.302.1.zip -OutFile actions-runner-win-x64-2.302.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.1.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-win-arm64-2.302.1.zip -OutFile actions-runner-win-arm64-2.302.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.302.1.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-osx-x64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-osx-arm64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.302.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-x64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-arm64-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-arm-2.302.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.1.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.302.1.zip <!-- BEGIN SHA win-x64 -->18d678f79845d0f127323baf591d11906655b0fb671d48e0149033c356a0f755<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.302.1.zip <!-- BEGIN SHA win-arm64 -->6a269f9ec1bf6243ab8c934a723028ac50620f0e85936d65620a8d195b3accb0<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.302.1.tar.gz <!-- BEGIN SHA osx-x64 -->cc061fc4ae62afcbfab1e18f1b2a7fc283295ca3459345f31a719d36480a8361<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.302.1.tar.gz <!-- BEGIN SHA osx-arm64 -->f78f4db37bb7ba80e6123cec0e3984d1f2bb3f8f3a16db679c42ef830e0981d3<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.302.1.tar.gz <!-- BEGIN SHA linux-x64 -->3d357d4da3449a3b2c644dee1cc245436c09b6e5ece3e26a05bb3025010ea14d<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.302.1.tar.gz <!-- BEGIN SHA linux-arm64 -->cac05dc325a3fd86e0253bd5bda1831e1d550805c47d6e3cc6d248570ceb3b74<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.302.1.tar.gz <!-- BEGIN SHA linux-arm -->cb9992e3853d95116ff73f9353b45d5134e315eb3c03b13fb6adb8651346411d<!-- END SHA linux-arm -->
actions-runner-win-x64-2.302.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->5a3ca4712ff69a0d6fbf54d66b30f213ee2a627f1058de8d173dff029ce9d416<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.302.1-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->87e57b9330a58e2aaa801f8b1ad1c61036810768fe0203c4bd764af41f911ed6<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.302.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->b5ab75b6bf68dfdec8482620800d5f67622f73e05e96513ee7664657556a7f03<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.302.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->cc3f3e10f8fe92c4ec2c26624bf47e59bb6afc786b19baf9ba63d69c3f385d15<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.302.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->afa8faa1b5daaa17dac7cefa0f3382fdcbf2caa4d2fe7b395a367dc34ed325a1<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.302.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->2c366f005ef29043b7a5cb6a57fb58fec1c5103437a54c7a8473ed37089ab913<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.302.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->45ae81b5778091d172926af8c1cae503e88beec84672d632e0bd4c522ac013d1<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.302.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->efb536435de3846ed78ff274811fdc5f80e14d333998848adc77667213c00acf<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.302.1-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->b99f00cc31db78c50351ab79fb0f55335e709e8d8fef943c90b3f63702e92323<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.302.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->7a0f93836bcb09de14c9eae8d38111cf3e39f1a197a9b3a27af160bef6c5b5d1<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.302.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->abd58d2b17e6e3d012c18d7e4b3fca2bf4696ce5c2db770ec8887160c985b9e9<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.302.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->4bf45f5b1f22530e77331ca2771dd2365d9b31ea7b1ca5c075073717b90bb5da<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.302.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->42bdfeb2ae7492f3a5aa84d746da931ba216bf8e2d7c909d91195356f4a6dc07<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.302.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->7f7be6b525cbde8bc96718af49a74391e71e755bed689c44b4383dccb26c7ab2<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.302.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->0e5d239ea881ddf5c3284974c8d1a0b92fcc23984f3110b7222c25fcaf9de988<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.302.1-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->022822ac9d1a0e567356f4d4a4b01bad96746233c32c315ef1dfbb2ca0a4f803<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.302.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->a0ba3d46ac542bf805c722daf4ab574b7b4e3182c265307dcd084f3154318fd7<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.302.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->60a9b5ad71fafff9c36c20a2f6b36610ddaef758b66ea9c4a004839e08c6fd7b<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.302.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->49073a37b855b14b0ea53665ff5310f506f166a2e565e0057905c16c806463df<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.302.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->5d94931a267410b5fb1293a7fa7a29ececa535aed48768ad4aa9cd8ea7aab8c6<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.302.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->2a8376c0c41e373d5f0648acdb67d8563866cca460450570f401c8cc99425c3e<!-- END SHA linux-arm_noruntime_noexternals -->
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-win-x64-2.302.0.zip -OutFile actions-runner-win-x64-2.302.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.302.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-win-arm64-2.302.0.zip -OutFile actions-runner-win-arm64-2.302.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.302.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-osx-x64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.302.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-osx-arm64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.302.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-linux-x64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.302.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-linux-arm64-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.302.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.302.0/actions-runner-linux-arm-2.302.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.302.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.302.0.zip <!-- BEGIN SHA win-x64 -->3e77ce33edff0e9cddef6dc7bb1dbd34aa20eee6796404a9fa97f2edf7b774a1<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.302.0.zip <!-- BEGIN SHA win-arm64 -->0a78ee8e61f9d9ec32c70977095244b604d315e318732d9920b1ea773f962067<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.302.0.tar.gz <!-- BEGIN SHA osx-x64 -->d3301753ad95284c2e8a40702868719a592a17e849e2dfb84efc265bdf81b573<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.302.0.tar.gz <!-- BEGIN SHA osx-arm64 -->900314c7006c90d7e97bc9535411841499648eaa6b407ce9e88ef7075d62fa49<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.302.0.tar.gz <!-- BEGIN SHA linux-x64 -->8542830a1b05a612abd0f48a381fd716996820464ac4e67b9291984ceea8c7cb<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.302.0.tar.gz <!-- BEGIN SHA linux-arm64 -->2e291157fd24d8f0ff5373b51f9e3ef81ab2aad8f8ea50ec064c9cab4bdcc593<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.302.0.tar.gz <!-- BEGIN SHA linux-arm -->6e5ee26fded8352fef30eb78378c65220f990b316652d0c15d38fe137ba62133<!-- END SHA linux-arm -->
actions-runner-win-x64-2.302.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->c6784236b455d11fe04290ecafdccb938b300ee6bd2de8dc7d7a47e4a35af1ac<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.302.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->abb8d1bd2c9909656568bb69d7ac52cede6110ed92e934caf64b194190573b2c<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.302.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->b3359d9880d41eb33382a9f20e7b34e4ddb0967d8962822b7a2d3f778f559585<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.302.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->ebd70ff280afe2ca7915bff89fa3cc4c869feb2d2c34017a8e445da67354a9e8<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.302.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->6b5c44f4953efd67cba17b763d25163ef4b9aa33f202d7cf3600854574086e7c<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.302.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->99305a69b668e12d2fe64ba4b6ab37601468432b4775f8559465b96287989fef<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.302.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->0c860b21128eee23defde2fcdf2f1ad40ba5f0f59242cb2617bbf962a73e98f6<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.302.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->73ad46191313d1312ac6e6cb557bf0982805dbe38ba22fd34567c189bffe6b1d<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.302.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->48027ca41c541a938afaf9a95a4eeb8d2f156c2f58286329e3ab01b2cb11b8f4<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.302.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->a1932bc931104474524a90669cce9f497a4e12e62deb800b73c3d5de2c7a6994<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.302.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->b14b62aa141c4302f01f0cbf6ae88b8b6bcd82831468c9837eefaac6be4efd0a<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.302.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->9c15e0afdcd22f4a64a970f35e8ff3d058b696c94481a33d2965a2d459a02cd5<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.302.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->2a8a6aad292d8c93d3af32675e579511f27cace80d8f1a09722536e8d6bcfe7b<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.302.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->c8f8b8749937a5a09a1d2a42c1073a49681a8e574148c95fd0900a6a42afbdea<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.302.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->05ded462c5f810c10e40bf8496bf0c54396a4a05f8b9b239e6e02d6600ff5bbf<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.302.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->67ff403cbcca30ca2293bbb09d1bd44bc902acdc92a9d881b82042e2121a4293<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.302.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->d4e5029e63c53b7b9715926173134a15147e2d0f94091d14234db50d9cbb49ae<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.302.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->fc2c96fcbacdc15701de9c5dbbb4c8c451d7489c1df94c109635b88551581479<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.302.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->be000f43c9690759801b669652b2a371370bf786ab5932b83ab8a4efb741b19a<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.302.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->469aaedaac5602fb0a2a406e8dab2183b62da91677a8326c83fc252d3ac8cfc9<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.302.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->97c534003abd6644585b157cafda3978bbb815278e0feb5241882d21bdc10432<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.285.3/actions-runner-win-x64-2.285.3.zip -OutFile actions-runner-win-x64-2.285.3.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.3.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.3/actions-runner-osx-x64-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.3/actions-runner-linux-x64-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.3/actions-runner-linux-arm64-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.3/actions-runner-linux-arm-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.3.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.296.3/actions-runner-win-x64-2.296.3.zip -OutFile actions-runner-win-x64-2.296.3.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.296.3.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.296.3/actions-runner-osx-x64-2.296.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.296.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.296.3/actions-runner-osx-arm64-2.296.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.296.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.296.3/actions-runner-linux-x64-2.296.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.296.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.296.3/actions-runner-linux-arm64-2.296.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.296.3.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.296.3/actions-runner-linux-arm-2.296.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.296.3.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.296.3.zip <!-- BEGIN SHA win-x64 -->48c339e18654e4edb8c50877c6cd3768ebea93aed77e70208d9a5db835ff7f68<!-- END SHA win-x64 -->
actions-runner-osx-x64-2.296.3.tar.gz <!-- BEGIN SHA osx-x64 -->3e301d8a1fa185bce42d4d9195d7f627b0b27c9e1f7c88bc43f95d6e2a944f64<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.296.3.tar.gz <!-- BEGIN SHA osx-arm64 -->9e2780d83a7564f91231b04a800dfb08929b98e865bafb529215885cc30b9237<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.296.3.tar.gz <!-- BEGIN SHA linux-x64 -->d1c84df7942a3a9217b0287c3022bc3bbc5a42b0ab06a90e2bab4b1b2440243c<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.296.3.tar.gz <!-- BEGIN SHA linux-arm64 -->8d330463b9b48fafbb3155032aabff6ac0bf63db6d7c50fc41f08d0edfceafaa<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.296.3.tar.gz <!-- BEGIN SHA linux-arm -->eb671bc5cb9cc17e695a8fd5fa886fd1ef5fe80ac77b7df09e4fb09c3691dd30<!-- END SHA linux-arm -->
actions-runner-win-x64-2.296.3-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->6abecc6360d6c7a9562b8ad897d89aa36e9a8596704644dde58b1be2cd4e5ee1<!-- END SHA win-x64_noexternals -->
actions-runner-osx-x64-2.296.3-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->04663f8b976f4cec88cb5858d3481852475143f34427d76787c1ff957048d443<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.296.3-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->fa729bd9684f8be7022dabda821b5aaedff09ba6241765e955c26435fe6497e0<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.296.3-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->a3a9a0dd6aa127146c0fa7e1386b1040a1d7f6873e5c256ba102d533b28e8cb0<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.296.3-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->14751dc973143d3c730b5a0c982542b8e8ca88d724f9bbaa80ad5b572a59f897<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.296.3-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->a3fe8740727ae53e215bfcd98d5c694d5e354eb5c6b041b37470149047ffddc5<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.296.3-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->e30df07de5c05f9efc62fcff381d92e8d50857140d8491537885c385597f14e1<!-- END SHA win-x64_noruntime -->
actions-runner-osx-x64-2.296.3-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->aa1748abb10d82b7e1c8ec388be29007ead38eb4f49fe93f34c359c3746e51b1<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.296.3-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->9ed396b19b3e6477c84648509ccec44801d0d354de78d8d280b420955e5a9d65<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.296.3-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->57b746a2477b573976b41b2c6a063d55ab0bace99e3b37e7805549448e217535<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.296.3-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->7a1fd6924293ed1c187b2cd45a9d57cb14a365b5ced02a50babcc3e353f67ab7<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.296.3-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->5cde5464ebbaea09b5783feba58cfa7f113004418001eee89d6db2b0496e87a9<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.296.3-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->8fbdf8f13657adbaec068df93bd43e362c5d73e0c6d51ce84d4635522fab4b9e<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-osx-x64-2.296.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->83145fc224162d75431cf681b8013799843597e03ad39113f939d306270d17c1<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.296.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->f10b8e6295de429bb110bd8fdbf9e98782c32c76da85f018f2a445469a96e932<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.296.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->8728dce3da84a430712030ef304dbee60906410cdb8b503f5c5cb8725e498436<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.296.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->0ae4183048d00ea77c215fa3991f75ccbe8256e8d88630d931531c0861aeb700<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.296.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->ab8d83b63b39b4dd8aa3843a2b6cc71ed8f8909b30d53913c27f7e44c177f772<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.293.2/actions-runner-win-x64-2.293.2.zip -OutFile actions-runner-win-x64-2.293.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.293.2.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.293.2/actions-runner-osx-x64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.293.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.293.2/actions-runner-osx-arm64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.293.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.293.2/actions-runner-linux-x64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.293.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.293.2/actions-runner-linux-arm64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.293.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.293.2/actions-runner-linux-arm-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.293.2.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.293.2.zip <!-- BEGIN SHA win-x64 -->ef0b9452ed4152776b2a49f5fcce69f08e08f455517e9788b419d5daa6aec47e<!-- END SHA win-x64 -->
actions-runner-osx-x64-2.293.2.tar.gz <!-- BEGIN SHA osx-x64 -->0d7036d169271725a4083a4e9bc13df76baff5a65c6592ea43e55c0cfc1e1996<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.293.2.tar.gz <!-- BEGIN SHA osx-arm64 -->a6de693630bcece10e9d514b2afa1945bf7ac827e47594ba23316dca227cabf8<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.293.2.tar.gz <!-- BEGIN SHA linux-x64 -->85ff25911f39538664c42ccf3489909af6dbcc259d9df51c0130fb9694ad222c<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.293.2.tar.gz <!-- BEGIN SHA linux-arm64 -->bb9d98436f8eec1c6eadfea36aeebdeaed1150a0b0cac623dae465035dee3025<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.293.2.tar.gz <!-- BEGIN SHA linux-arm -->0c0464200e0dd9d327d8e248be885931f857ec68f103d67ccbd61a05aa59dde9<!-- END SHA linux-arm -->
actions-runner-win-x64-2.293.2-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->2af370d04ceeb18602cc52ab6bc15c1cbc8f6ee645ebb19d9d1d56e33ab9785c<!-- END SHA win-x64_noexternals -->
actions-runner-osx-x64-2.293.2-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->0b74510841f2761bec314174a06927a486d4dea4fbc503a04f60860d39ce6caf<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.293.2-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->a8619b398f73c78829ba6cc022253e22db2262f0f6ca4fc40d7af01fe0bc4e7b<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.293.2-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->3cf771ee9d875b6752e7080c211ed7343c4bc74c32999b8bef54de801df3c908<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.293.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->25306451b2fdc12be34a208c7943cd2c3fc20e807a16c1250004be33c5c26eca<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.293.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->dcaea9411599f8087c34c6deed9ee601555391593d091d8b05acdef185709914<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.293.2-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->b33119899bbef1b38c154cd6580c2138c57d43a0756081fa59baa0618ccba8e0<!-- END SHA win-x64_noruntime -->
actions-runner-osx-x64-2.293.2-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->ac5b97e6a275d50c057c61545150b7a8e0d536bd9b338f5ce73ca7d2cf57f39f<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.293.2-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->ff02ccacc90ac37682162802d6c4c9ba1bbdb55f15ea4b7978df34055a076cc1<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.293.2-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->8c2da97cd8fbddd78b00ef460fc828b2d1351615a0be088825dde9144f816a71<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.293.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->456669b4d863cc7fbcfd237eb428e190a34a328ab1b1bb5a669c95ad14e0722f<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.293.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->c38090575f830c5351c1e187a6531b83c39747778e2ad9293b95724ab63b93ca<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.293.2-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->71a055f5bfe2f34a75804e5b1b5e778805475a018034216fb5bd284fe25d962a<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-osx-x64-2.293.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->3f2e6ebd6784c941449c43e5c3ebfe2bb21cd08a36ecff5e9115a8f079bd91b1<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.293.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->d300e087ee9b17e0b6836c190aadeb62fb17e6e26a744b6db4a10f11ddb5b640<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.293.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->5f41e35531c7a288b985d11ca9badda7768b453114f7c9044d2c8a7d67746e92<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.293.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->f93e16ccdb63a66fde0c5a3fd5ba668c951f354960071cda86faa551154acebf<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.293.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->0f461defeb75229f7647d5d92a70838bc85ad71fa79510fc71c6341c2bb4ff91<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-win-x64-2.299.2.zip -OutFile actions-runner-win-x64-2.299.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.2.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-win-arm64-2.299.2.zip -OutFile actions-runner-win-arm64-2.299.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.2.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-osx-x64-2.299.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-osx-arm64-2.299.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-linux-x64-2.299.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-linux-arm64-2.299.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.2/actions-runner-linux-arm-2.299.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.2.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.299.2.zip <!-- BEGIN SHA win-x64 -->187a5083a805d43c7595d317f5757ca6b8fc507529463fe5bff7434fc7d30876<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.299.2.zip <!-- BEGIN SHA win-arm64 -->f419352f75902d380717e559872703c8cd664fa47b44dd1a000e03d6be59206c<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.299.2.tar.gz <!-- BEGIN SHA osx-x64 -->cb47dacee19c4c5660f40743b5881d3a9b0d7abc4ae06a01b51aa2d1c6226a64<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.299.2.tar.gz <!-- BEGIN SHA osx-arm64 -->64429f7e986eaf189d2ef15602bc0c3b1172654eb0f197dec662e9a3f4ba7635<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.299.2.tar.gz <!-- BEGIN SHA linux-x64 -->292d510de5d76888e89c3a43d23c91f214d83d7553ae5e9c2d2f468d514ca0aa<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.299.2.tar.gz <!-- BEGIN SHA linux-arm64 -->269a49ec2fad48d030773cad8b5e56332cb4c9dadffc5bb9ce5a876b34f68f4d<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.299.2.tar.gz <!-- BEGIN SHA linux-arm -->af4832287b3c22e1af88c17ab1351a7ea8d80c520ac042d64e4e3590b7222f9e<!-- END SHA linux-arm -->
actions-runner-win-x64-2.299.2-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->0bef1a06a42e353abfaffc9a39b75f62e2e7a92f9701ef2c0eab6e4680c72731<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.299.2-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->9e187de212aeda9463df737be38f183bd9cd9b7c1980a1883ea199a19bab1f39<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.299.2-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->cfa47088a11b97afb7306683375e1bf40c23f70cab56b79fec924e2e02595f90<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.299.2-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->41f164c91e1e4c7195aa57a6afcdc812e6400f6c16ddb0759db76891a9cc4c03<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.299.2-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->6480d555e9fac6c5799d65ba9741c692ca016f61cf9d86391bc0188c23d8facb<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.299.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->ca9bcaa99837bdb14b7115a1b7e84917e144e542766186749d96059cb85ecb4d<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.299.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->c4e36539f7a4631bcfed003ce473308227a7adfc0c29a448a4a490ff2bfc5667<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.299.2-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->1343bdb9fb67b797c5bd3196dbd8a84f06615cb14e8d23f8ab757a0a8daa6898<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.299.2-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->dfc5ae6ea91b500a0599d45af604cd22ecd61783695ccc12db98540efc4296e1<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.299.2-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->2f5694148edb6cf062c0f3a070a671be9dd313cd6bb3a3fd5b45dae8be9cac8d<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.299.2-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->f65f25c2d738b105541bd2cf3d793fe8e262030eea628ff88a64ddbe88013e96<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.299.2-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->0b951a0b1796b7262b5943756a81fba1d396dad052c4c379ff1fe830816b25a6<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.299.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->9908a79777074057f103417a1ed5a881ae54c30ebaa7a1ec82cc820bf95e65cf<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.299.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->cc9023ba6f8d254313d09a2c02854ea2c72b941d099fec990deed3e7457f3e6d<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.299.2-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->ce3f19fef36f739436339cf23db77769b17c69d84ba7c2afacf3580f71244cbc<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.299.2-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->b7df4b7b2f381231be3477e0dc29de0f5c69854289f572505dda917c651a1026<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.299.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->224f72b1f3793989c0d2f6ac4dea1504232d656988ba44c9f40b32783cad1719<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.299.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->a39f7c20fc2b21089ca68ebbf8b31d39c1bf0ec889d024237a24b91abf9391a0<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.299.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->567fec18400b6c6beded59cb6fca080e6be71f226a9b4cc499b026581bbe6ab7<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.299.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->24ecea5bb6d2d59cbf33c61946681f6f8b6e5c46afaae0981c82724841aa2219<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.299.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->849da8cdce729bff69f500be8bdd7dc20dd61c22bd88297fa8af0df33a5ce11b<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.289.5/actions-runner-win-x64-2.289.5.zip -OutFile actions-runner-win-x64-2.289.5.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.5.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.289.5/actions-runner-osx-x64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.5.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.289.5/actions-runner-linux-x64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.5.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.289.5/actions-runner-linux-arm64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.5.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.289.5/actions-runner-linux-arm-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.5.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.289.5.zip <!-- BEGIN SHA win-x64 -->44dee93849569e99bb55ce5f813c8718d9a936cf8c3e6efb12145c1c9f2a54f6<!-- END SHA win-x64 -->
actions-runner-osx-x64-2.289.5.tar.gz <!-- BEGIN SHA osx-x64 -->a6260cd9513531eef3eb85b87702a0ce15b1c42fc44350f0f5d15df881938111<!-- END SHA osx-x64 -->
actions-runner-linux-x64-2.289.5.tar.gz <!-- BEGIN SHA linux-x64 -->0ae9db3ad3f03c56ccd3631f0830d9d7e7942a090b426e7b03887d88dc364fb1<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.289.5.tar.gz <!-- BEGIN SHA linux-arm64 -->603c686600a9f73e7e134083e0fd9caa05722a13e47353d25b9c3454d7df342d<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.289.5.tar.gz <!-- BEGIN SHA linux-arm -->7374f6fd45ebe315eefc1bb3a1cb8069f8d551f56109807d69adfd7afa7b181d<!-- END SHA linux-arm -->
actions-runner-win-x64-2.289.5-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->df365decc9bd37ca61904df2d30ccbd9f2c46ac572bce8f8af7ffb21c1fca79c<!-- END SHA win-x64_noexternals -->
actions-runner-osx-x64-2.289.5-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->5d0196f5a0850d52797af9a639a5fa42ab91de170e26401b205dcd6ba41cab1b<!-- END SHA osx-x64_noexternals -->
actions-runner-linux-x64-2.289.5-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->a619fac2d5635be725905c1615f753db949c36f0837fb2b19a22613e9fa76a9d<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.289.5-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->9285ee365609d4aa6e3f050f49df0415e24247e5049dbbce3896e2b57b3da014<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.289.5-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->690818596dc88af922189a6150e33b98c98fcf326c4d44183804e29ccab71105<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.289.5-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->7a3acb7c7af845eb23e564d44ea7a69b76abffbaab3a1b267d2261d7487dd343<!-- END SHA win-x64_noruntime -->
actions-runner-osx-x64-2.289.5-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->2b51872b258403bf3588fc24a9fd890196d2adb0ae84547542d7251ec4b18c43<!-- END SHA osx-x64_noruntime -->
actions-runner-linux-x64-2.289.5-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->e325273b017e85023cd96871c2a3e5b30d385d30d688104aaf5a12ff209a8b09<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.289.5-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->7a6bcd0e5912f3f84c3862b2db2ea5d3bcc326289ad80583af0911efd59a52f6<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.289.5-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->8aa9c3f8a5e641808fb4c4ea1f51a3edbb1dcb382c51feb935898fb70da0a5f6<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.289.5-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->beb90e7e20c16bef897204ee62acdf17ec9060a595967cd1045f3314a31072e7<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-osx-x64-2.289.5-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->d65e61499407ce309787b0603661610084c8e646cb34d321195f86f2241e1878<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-linux-x64-2.289.5-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->a7e4cd46538f0907a6b0c7fcb50ee4400ead658e1d8437ebac7691b879de8eef<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.289.5-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->4c3128984640bfdeffd72bd606162eb346e178943634469e15f9f52856386dbe<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.289.5-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->89799b544329da4864f9ba644091f8d9657f60e9348b1975f0d784a25fdcef31<!-- END SHA linux-arm_noruntime_noexternals -->
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-win-x64-2.301.1.zip -OutFile actions-runner-win-x64-2.301.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.301.1.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-win-arm64-2.301.1.zip -OutFile actions-runner-win-arm64-2.301.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.301.1.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-osx-x64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.301.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-osx-arm64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.301.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-linux-x64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.301.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-linux-arm64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.301.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-linux-arm-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.301.1.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.301.1.zip <!-- BEGIN SHA win-x64 -->e83b27af969cb074ca53629b340f38d20e528071f4d6f9d4ba7819dace689ece<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.301.1.zip <!-- BEGIN SHA win-arm64 -->117c4709fe8216c1fb470a364455165d9404de701193b5c7336292d89962c97f<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.301.1.tar.gz <!-- BEGIN SHA osx-x64 -->3e0b037ea67e9626e99e6d3ff803ce0d8cc913938ddd1948b3a410ac6a75b878<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.301.1.tar.gz <!-- BEGIN SHA osx-arm64 -->51dee92e4e2bb6737e080a670775986f547373c341e35335c9728eb8e097beaf<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.301.1.tar.gz <!-- BEGIN SHA linux-x64 -->3ee9c3b83de642f919912e0594ee2601835518827da785d034c1163f8efdf907<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.301.1.tar.gz <!-- BEGIN SHA linux-arm64 -->6b9ba0e7296b5d613dc5aaa0ca640c16b2122a7d42e4b5906c67d9b5c8847e10<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.301.1.tar.gz <!-- BEGIN SHA linux-arm -->eb9ffe7cf3af213d30882b1420143550ce78a7987a39c4e1457ee8d5424544c3<!-- END SHA linux-arm -->
actions-runner-win-x64-2.301.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->df2971d2d0dd077329ab8ba0aa1b878912e0a79c4bb7fbffe8c5721bb92ece25<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.301.1-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->b850cf3aa86aaa14b60147bc9bafafbcde89400df1bc100f8d8ef2e80b660208<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.301.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->db60b7e35656f518e8cc4cb18c8d1a0074e1f4592253fe1ba67daeb357ce2e96<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.301.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->e60133c2f60b41b046a8f8b5b8ec10e407fc97d290ffecc15e8cdd7a8c3f8fde<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.301.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->171dd6d0f5685fe1b81b0c6ea00bf8ff7164cbad23e70c036612fa801e6363b3<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.301.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->14c7136862b63e6907401b619c8d212b419d86900fc6809c2ba381e1dae73f89<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.301.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->d99d0c6c1dcaf0d1e2401bca3d25f765a0b4c80674b4be75d9ae46db1231e956<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.301.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->b5a724dce2252478ecd2991ef097c1f5247dad23b75fe99e7b658e927dcfe935<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.301.1-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->a6e5b513ccbaa5b4a3007974461da0d131c720e180dd25736ea868ab4de2e172<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.301.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->f7182d993d041b266c0c011d67b3a8b5cb282a8bdd981f1599559e28d43fbb6b<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.301.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->46802bdaa625198048634b44c671f918180427efd7a7aed08ede8c30d3831725<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.301.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->3d4ffd92b8d4f169c17fb8a6b7da3908c411d02a7c2da666b8ed8f711f6cd36f<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.301.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->d87f27baa1038c2236d413ec8c06457770af29df87058b5d8e7b7005072b4e76<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.301.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->48cf87064d52bcbc8a0a396d8ed3b14831d74ad56b6fa3372ae8a7113b2dd510<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.301.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->3aa1c4d93ce021617942b2d94487d7df7895cce8865a31880c4d9159c1e21b76<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.301.1-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->fbf6e180842dad63099f75e42760832567283a57d079d6ebc17d1b374cdbdf48<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.301.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->7af5be16b888bb281260bdf27c2d459f1cca76847ca937a38fbb2a8bdad44746<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.301.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->fa4a61621a6a2fd8fcf7842768adcd7380405b1688faa9332fd6f6e8ed4dc988<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.301.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->a0d8bf875f23d6531546f5a5f443fa558b8c57eb912844374d2117fc77381fac<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.301.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->5e5924bf26d36a920e7c024c048d5f8222e5ec35ecb6a30f933aa8ea9b8e389e<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.301.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->de6f03c811cf47f36a8428292618dc2d7f9b82da06ca8acb7886347ab1b43a0d<!-- END SHA linux-arm_noruntime_noexternals -->
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-win-x64-2.301.0.zip -OutFile actions-runner-win-x64-2.301.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.301.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-win-arm64-2.301.0.zip -OutFile actions-runner-win-arm64-2.301.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.301.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-osx-x64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.301.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-osx-arm64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.301.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-linux-x64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.301.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-linux-arm64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.301.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.301.0/actions-runner-linux-arm-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.301.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.301.0.zip <!-- BEGIN SHA win-x64 -->cebcdf027f4319eccbfe83270c66941f8c1eca0245da855ecddf5a4125d12483<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.301.0.zip <!-- BEGIN SHA win-arm64 -->6d7e8c6f79ae58584f513ea100936cedfce6c5440e5a29b5818f75a394a4c036<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.301.0.tar.gz <!-- BEGIN SHA osx-x64 -->8832fd14bc2f1a3d4ec201b481f3ad4766bed27e960f0d8dae7bfbe78d83f682<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.301.0.tar.gz <!-- BEGIN SHA osx-arm64 -->657c6a2425c7448bdb374d32bbe13ed7de65a13177937cc4cca1c787b7379e2e<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.301.0.tar.gz <!-- BEGIN SHA linux-x64 -->7b05952aba910db10e26658266733a77c90cc35320ce3fc5597df83bb4b2bb2c<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.301.0.tar.gz <!-- BEGIN SHA linux-arm64 -->417f990ff45a1dc7efd94fdd6ced774278bb86d7f2733fb12f08fdd3c97a46ec<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.301.0.tar.gz <!-- BEGIN SHA linux-arm -->abce9b5754afc5204f3dfc0556cadfed470f4ae7ab9e565482ed01be5ecfcab8<!-- END SHA linux-arm -->
actions-runner-win-x64-2.301.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->3e42b12c97c9ac9b83e790d7c3366485d74d9264c50332854fd8ddb21d4a5efd<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.301.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->4ee92cff3e36c1ffa3f698e64e283ca01f0fc76cb291a7d19a2f7b591c0ffac4<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.301.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->4f2941cb289ef4b835912689e1d7bea56feb01bdd0b82e64f6cd51047a5c099a<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.301.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->c3666fe81d34eea46b1cd145f56e22c396c3c81eaefd108799467675b9d81512<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.301.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->403fbfc0af1fc87de5f51a396d42a3dc21a35ce73b48e891922be0b28e3f9344<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.301.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->a9375be02113f313436e2193bd920719f6a7a453b218b71f1673bb882acca70c<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.301.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->49aead69b4503aa4ec12a4c33a346ad0bf3aab497c9539cb31fa207423a93a0e<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.301.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->3a9f520f3757a2ce92d35d44ce0c92d71cfc55405938a871ecbc0d4f30ba5ebd<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.301.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->c73a69e993e593967c8bb2eb59e331623d241889095d1c7b61f41a2311016eba<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.301.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->166fb8ac577e3412755ce1b131bfc582d9539cf36473f6f817d687b3ed03ae68<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.301.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->2814c3de20f06ba648a3bb004a1c8e46ac593c5c4528cf719c9335988c47c48d<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.301.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->592ba7de1d7ea414c8d307032d945ab948c13c238ae6fbe0237b5b3cfac32145<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.301.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->1ba6ee5f71940baf517ba48cd659df70b762c15a5a8b6cf1c9e9b14df0fe7cbc<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.301.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->67c8372430ba3e73f9f8abb912b4785a766ba452d8d7f0862d4c8520c146aa9e<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.301.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->7575083661fcd99a5e3f73e87770b96cc98b837c1eb503b545bbbb0badd97951<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.301.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->0d0eecc14c49335cd65f952ba180333abf9c2de91e8a6f9807e7d8063514a5ca<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.301.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->fb08e5003c91f6b7269338b46225ecc9105a505e9f90636c5b9fa1306389cbbc<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.301.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->880cb86fc4ebd569a149519458bcb5b45cda164e06babcfdf4ef0306c641c5ea<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.301.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->0c108bbfb358fa5857c71d3826677f7caf80c5660e726c3e198e8e5ccc22fcd0<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.301.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->41734ef2f404d771c9d51cd02be4c3546e00e354be3f16702e54ada4394108d5<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.301.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->2490126f9d62650e1e4b043a19c5ef2271892cae09209a64ea916beb0808b520<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-win-x64-2.300.2.zip -OutFile actions-runner-win-x64-2.300.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.2.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-win-arm64-2.300.2.zip -OutFile actions-runner-win-arm64-2.300.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.2.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-osx-x64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-osx-arm64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-linux-x64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-linux-arm64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.2/actions-runner-linux-arm-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.2.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.300.2.zip <!-- BEGIN SHA win-x64 -->54a37c9c78ca2dafe8912e633e8ff1740b9acf705169f240e3ee962b231a9f76<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.300.2.zip <!-- BEGIN SHA win-arm64 -->9409e50d9ad33d8031355ed079b8f56cf3699f35cf5d0ca51e54deed432758ef<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.300.2.tar.gz <!-- BEGIN SHA osx-x64 -->59814d103186d379123da8d2e7b002305a7b57f509fdd0cf34e4f86394dae9a4<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.300.2.tar.gz <!-- BEGIN SHA osx-arm64 -->c52f30610674acd0ea7c2d05e65c04c1dedf1606c2f00ce347640a001bafc568<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.300.2.tar.gz <!-- BEGIN SHA linux-x64 -->ed5bf2799c1ef7b2dd607df66e6b676dff8c44fb359c6fedc9ebf7db53339f0c<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.300.2.tar.gz <!-- BEGIN SHA linux-arm64 -->804693a178db3265eb43e09c3b4e67ef28f6d64133778b38d66dcffd2f21057d<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.300.2.tar.gz <!-- BEGIN SHA linux-arm -->e3b35299483009fedfa55e2b27c371e14a113f40da32df886d846591f14b7873<!-- END SHA linux-arm -->
actions-runner-win-x64-2.300.2-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->1803e55853abb2ce0f02b7e1b7768f572e4e23450bf835b5ac5b20133a02244f<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.300.2-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->49f47692f6af702065acecd02df4964bb6f8a36f9446458e0e78d8c7acc2009b<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.300.2-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->a635775799dadc11d464dec92b9ae45e8c59701fcbe66fd13cb56c57aff76f98<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.300.2-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->d4b49740a4f0fdfdb01bd7fccade5968472ae8870dfbd4cafc176f4fbfef5311<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.300.2-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->1b3dd456f420d6c5fe7e5dd6e6aac09466a93ca1b359d6b28aa104c87016493d<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.300.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->dc15f2a0a21df83019f206c1cadd36d7b88078f0db236b2fda05021c3e93496e<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.300.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->8b2df64f97216e592cb6f43e83c81dba5696d1743da44766fae197e8ee4c7660<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.300.2-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->d6932e430bf98248d4f7115518c8f13e1a2976b843cd08590389887f64b86086<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.300.2-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->d2305c76ca7a942d353aaa8f88c7c7e5cc74c1032984a37feb1c317766a5ddd3<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.300.2-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->1ea54c2846566555aed64e19170842f23ae95b284ec2ebd48cdfc59ef1b7e451<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.300.2-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->78696a390acab87835bab692712a83c78e810edf1103707d86c376162e090b26<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.300.2-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->2e610ff7362f864238d515a8914a415f9e96abc35b5c4d461d9f496ae44521ed<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.300.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->1ffb650fb36393b4ad28e370991f34ebcacc29406f589c1d2111a0582a7e44ab<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.300.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->895af48e5d4a3f368d15c0f559ab1e2972090db0076cf9ebdebf77be42a75487<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.300.2-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->84677a8e8ca8f29bc8fa919a55e37a34555f54a7d28299ea0e4eb6536bf0ee3a<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.300.2-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->028a70f960df20b29056800319303b14b40e094a88f82f153feefc73058bbce0<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.300.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->45169fa8a7218aa4012b8f62c16d0f1c2ee16f1e1650048b9d194fc692fbb34f<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.300.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->67823841a162d33fbec96dac9ad9e4fcb5a3413e2c696333f4fbee2745e365b1<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.300.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->3769b093a9f3785f36d4b6901fd09642d7819a5e3d82975db719b7afa0aaaacd<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.300.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->e76104bf4ef02915e7cc10aa1f3592746d8cc392142a4dd263d7f5376795a8ad<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.300.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->188eaa7f186c567ddf6ce472a730ce2001ee56742f5da7cb708b591a0ef731d9<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-win-x64-2.300.1.zip -OutFile actions-runner-win-x64-2.300.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.1.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-win-arm64-2.300.1.zip -OutFile actions-runner-win-arm64-2.300.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.1.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-osx-x64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-osx-arm64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-linux-x64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-linux-arm64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.1/actions-runner-linux-arm-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.1.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.300.1.zip <!-- BEGIN SHA win-x64 -->47be79feb835059139616040c41d2f54fcbbaca5c863ac2d4ff8d860f934e317<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.300.1.zip <!-- BEGIN SHA win-arm64 -->2ff9c61c71acce3334596eb38890cd926c78431ab5e5bd972e3c334b58bdc8ec<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.300.1.tar.gz <!-- BEGIN SHA osx-x64 -->6f4726c87ffa12aa427f0aebe5607ea0fa8ef4462decde3397c57dc9258f1d2c<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.300.1.tar.gz <!-- BEGIN SHA osx-arm64 -->590cfff43a8e03c283e3dd45cae3e79997c8708bce70e542d41b3d0234ab921b<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.300.1.tar.gz <!-- BEGIN SHA linux-x64 -->36cd6111ec30c6b8b6c164b5cff597a52eae1c4a0356549434181aa58bc181a2<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.300.1.tar.gz <!-- BEGIN SHA linux-arm64 -->99f3c0b5c194fdc750683d98894d8fa18493d7371e4d40b9d9b62a5bb57a6606<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.300.1.tar.gz <!-- BEGIN SHA linux-arm -->7698f7b7b8ec1d4d598391c4142c84406c16f712f182ca12d6e92b02663a40b6<!-- END SHA linux-arm -->
actions-runner-win-x64-2.300.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->f643c45c2d92481844421f06690740afa452df08ebaf01874aa7b59a2681790f<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.300.1-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->80f462a5d509b398bc1bb466f0276f8638a4c6d1a274e418928459d498f1731c<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.300.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->bbddce2a19d709adf382745d2a84dbebb521466755f83bd93a07f912d170f2da<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.300.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->92b4452fe7c6626a9a135da80e46f4d3c018c11ec32717c2ed93b12844582951<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.300.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->5eb7acdd4492e010000c17231d46de75a9a8044f67ffd629d742cd42935ee8c9<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.300.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->558a7e4775ff15301eaae42f6004de7094bfd73959c6c6f301bacd6b20e2d2ab<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.300.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->3e231757025246d53e54a59333b8524fdd2f9248a729894f119c0bf0e4918006<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.300.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->8ae9443bd34fe07e7f42ce27f4e9bad7f1475290db46c3d1b5cd76495d8d9900<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.300.1-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->6a53ac1d8826a51a1bce3eed01f84bb90587ae0f7c45ce0e93a9b1f52a7f2aa9<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.300.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->cdcc453d25c39e8d82e7b487907a56cf7026b59b3995b90089081db4fbe88811<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.300.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->6d3b91c5b548d4c2d7692835c814917668cc103f1c174397944fff2ff050770d<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.300.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->1c6904962cb731781b505f64f461d3ed9ee4bddd0f24f257c2451c5fd3038996<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.300.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->da818dd23669bc4ab1a42365fa1f8ef00ea72992808ed538d94dda4b3413a916<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.300.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->80b1169333940c59e5efbd02136b9519e7e07f584646478462e330af6180c51b<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.300.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->3143fab236e50c9706dbd3e7da6e9a13706dae4297733d9dac16c1e4f1bbc8fe<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.300.1-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->c48fbada138f4f30fd2125534265b7bcbef1f61437b534ec2dacb05feb5cf61e<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.300.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->1652367e551d6dfa1bb8be7c7b4bc72cbc25ed0847336862a66c0a5e342e96fa<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.300.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->dfe0ca18eaca6337a3277d92f6dc7f0aff644777bca59a9c99ea8242305c45f0<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.300.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->56443e05306d8053d5aa3e3a1edc0d0b7464d1565f9cf702dbbf3b928a27e06f<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.300.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->a88498ca2331c0581d650579a46dd0b7bf58881aeb3e7cc08096eb4da09095e0<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.300.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->be119f89fe386a7077dc355681ff9a1056d0be87c538ded551da0a8ef1972e0c<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-win-x64-2.300.0.zip -OutFile actions-runner-win-x64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-win-arm64-2.300.0.zip -OutFile actions-runner-win-arm64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-osx-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-osx-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-linux-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-linux-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-linux-arm-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.300.0.zip <!-- BEGIN SHA win-x64 -->15119814c27bb0a5fc12138290fe9aa21f5df1910f2f10b06815df4f0e7f2bef<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.300.0.zip <!-- BEGIN SHA win-arm64 -->4ffe7f00fd6ba1bcaee26cf784574fb37e8727e436fd1909f29a5de25c6176b3<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.300.0.tar.gz <!-- BEGIN SHA osx-x64 -->623275e630bf936047bfab4e588f92213bd4481a8234f0a639bbeec01e678060<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.300.0.tar.gz <!-- BEGIN SHA osx-arm64 -->39814d4e981183cc78294f06efa4b3d12b8cbb68bebc189bcd3bb8bdd77ba2e0<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.300.0.tar.gz <!-- BEGIN SHA linux-x64 -->fffee0d95033b141a14ce88debebb43b04f8d9e84d382cd6f22ed5ecdc2650d7<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.300.0.tar.gz <!-- BEGIN SHA linux-arm64 -->55e7f1d5dd738916816dd975c326c32da8b88fb7c741f1613f24a862ef92a9fb<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.300.0.tar.gz <!-- BEGIN SHA linux-arm -->da4ce929df71ab0cf117e4cb9b9f9a09d96d7935947ef0bccdcb4c078e5f4e10<!-- END SHA linux-arm -->
actions-runner-win-x64-2.300.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->22e4cde605d588b19037b90db77d17ac15cf0a390ef7be10b2540246fd690072<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.300.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->a0cf11a8281306bec4288f9121b66754d7aa32180d5ce99ce4a44dc17f05c5bb<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.300.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->7c224567a35fbdd18418b9dd40073d27f4f6503cab253dce0ea8e912fef336fa<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.300.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->d8a3ddd2ae46dd4179e5bd3a766e25cc17d6bb2c248ff893fcb5b7b9b554ef8d<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.300.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->f796f50578a3ebac274ba4fb8c17dde8f4975a3f44bde6453577aa7e52ca71a6<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.300.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->b9a8d05e52b6010945e89d35c620a358e4c471f2a2113660c5add7e26fc3f07e<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.300.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->801c84b4665e7f0a25bc99a3466011ebe66ef1754b918819ef9a8afcbee63ea2<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.300.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->001f27eb932be623d1cea0298181209f53505453b1fd0ff619d90ff185f4a66d<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.300.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->f3d78efb1cdfb4afade97309b3e6013c9877466642d6844678595b131c8538bb<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.300.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->1a53ddd789dd35706ea515e8d72a1470530358c9428818d6511790ea7a9e1e14<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.300.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->d9ecc75c73876d9c2174db3f4d00c4237f6ce0410f1bccc19257ece21e3b1990<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.300.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->8fedabd03821f131969be4b8705767cb5cedb1103b7d06d7682ca84a5e295145<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.300.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->98555d9778201bbac1bedf64627a9947ac9fe1146f5e0182413372adeabf708a<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.300.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->796f40d34cf39586dda548b69be0a52b5ee3b103b37e10994db14cf276def27c<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.300.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->e14fdb34e5e57c148e8cf948fd190b868ea2c8db4d0639bc222d98024e89af86<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.300.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->033d021b682319f71a07fdf5e63ef1ac2d18bcb106efca1b83de15d01c840437<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.300.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->390676d3571389c67d875fd3faa060c73f5a4da5b6d63869d16cb01e67327e13<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.300.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->75998c73093f144b6ba6c3586cda1602b76fa0331500a56215584fcbd5a4a61d<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.300.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->0cdca5386ca07209e5dc4ea79c6e486c4acedfb688b48925ee741d0eb53eed43<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.300.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->ecafca8f419820fd7800f0b3e54d99757fc7657f9d7162cee93e8d6ecd954de0<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.300.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->531df34fc97984cdc87ca6177cd0c84fc57d89b9a9992cfc707f56fede1867c6<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-win-x64-2.299.1.zip -OutFile actions-runner-win-x64-2.299.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.1.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-win-arm64-2.299.1.zip -OutFile actions-runner-win-arm64-2.299.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.1.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-osx-x64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-osx-arm64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-x64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-arm64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-linux-arm-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.1.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.299.1.zip <!-- BEGIN SHA win-x64 -->f7940b16451d6352c38066005f3ee6688b53971fcc20e4726c7907b32bfdf539<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.299.1.zip <!-- BEGIN SHA win-arm64 -->d1a9d8209f03589c8dc05ee17ae8d194756377773a4010683348cdd6eefa2da7<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.299.1.tar.gz <!-- BEGIN SHA osx-x64 -->b0128120f2bc48e5f24df513d77d1457ae845a692f60acf3feba63b8d01a8fdc<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.299.1.tar.gz <!-- BEGIN SHA osx-arm64 -->f73849b9a78459d2e08b9d3d2f60464a55920de120e228b0645b01abe68d9072<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.299.1.tar.gz <!-- BEGIN SHA linux-x64 -->147c14700c6cb997421b9a239c012197f11ea9854cd901ee88ead6fe73a72c74<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.299.1.tar.gz <!-- BEGIN SHA linux-arm64 -->debe1cc9656963000a4fbdbb004f475ace5b84360ace2f7a191c1ccca6a16c00<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.299.1.tar.gz <!-- BEGIN SHA linux-arm -->a4d66a766ff3b9e07e3e068a1d88b04e51c27c9b94ae961717e0a5f9ada998e6<!-- END SHA linux-arm -->
actions-runner-win-x64-2.299.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->0d6d5cab162a793d6d0dc827bcc25589ef1b8911cbfe43cce4e394343e45dbb5<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.299.1-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->88f9fa8403633ac1a785f50aea7fa8289da9effb65190183d839db20df6bb148<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.299.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->6d9ad11b5d7b49d2a0912c02c6f0f358195167cb87bb54121e4a5f0765231c07<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.299.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->35c79b475fe3554792d1362dc41b9964ce0c5e88dd7f20cf433d65d59a678437<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.299.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->c35428fe48d36542ccdaa2a02d2f481f4eb3eae9c13b9dad4d1fa30ae6bd8a98<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.299.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->0096a4695108eadb4dfc9a48330d9fb8c3ef9d3ee151da7612ad5051d66cda59<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.299.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->03c8f756a52425911ddeaa3a98c95ec71d5984f1a7cc49ac52fc8126023c6029<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.299.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->fd8178a4458bf99cc500f02aa718513caee45ad2c3e6c7d1b156d5c559b23d32<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.299.1-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->2b10f01b663cababf24e8c5a272af6b2ec811fb4c69906970e65c4e0c6dbe1b7<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.299.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->773b5860c04986758402986538d26950679d1919689bfcbc319802a2ef1ab10b<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.299.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->8e021d3e13073acb9501f8fb2fbf7132581ca42bf259691ab7662f39d028b232<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.299.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->2bcd7b20182024034be1224d8f6236138afc34168176e46f5017333256a1bd19<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.299.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->7f02d79eaa92a047094c856483bee2ac7c9733b2d73530ebc2bdfba76c25878e<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.299.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->30875a4c0b91ed15c7c101b7776e362bebca630a5ab2807603fd1fe92102a2b4<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.299.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->e1daabd6544ae1daa0a38228a89da742991b28572c8717a7bf33ca7ae3c9371b<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.299.1-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->8c94a991e832beedfaff3051784d394354a9a202789b0964de2d39792051fa45<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.299.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->8d2c0a60140b02d986a2a119b97514d07b655ecc04c6403b2737c7157e6a0979<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.299.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->b032c9ff4934762f602124f9b080aa20bb57474cd65bf22433f38c90d48c93d5<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.299.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->d8076568a235aae95c7d6bc2a575bb722e1823f50cb17f364db631fad6200616<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.299.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->bcc4373e988b45a75e531050020bb8c87cd8ff873feecf5b67d3d171837dc55f<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.299.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->75a7706dc55fe0bc5fccfe1a15946a0d44b8486e0433fe162880020b157370b9<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-win-x64-2.299.0.zip -OutFile actions-runner-win-x64-2.299.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-win-arm64-2.299.0.zip -OutFile actions-runner-win-arm64-2.299.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-osx-x64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-osx-arm64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-linux-x64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-linux-arm64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-linux-arm-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.299.0.zip <!-- BEGIN SHA win-x64 -->4f43873b0bd50e651d3f1a8cff90f1d47e9fd3e469104cf7a7a0ffd67e9c4bbc<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.299.0.zip <!-- BEGIN SHA win-arm64 -->0fb0156d3485ee55ec658e7c062964b7ec695d928fa090a14c09cba5fbb1dc8f<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.299.0.tar.gz <!-- BEGIN SHA osx-x64 -->346fdf6221618de0834888e2549cbc51cf761cbb92244a18bdc6590b2b75f596<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.299.0.tar.gz <!-- BEGIN SHA osx-arm64 -->35960097b07b7a7c1f608e8b8cd7207d4125f498c59c1e968905bc05b13072a1<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.299.0.tar.gz <!-- BEGIN SHA linux-x64 -->3ff6a37a34824aeb068158dae436d3ad29e8ff6e2026c273baf092f7878c7d55<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.299.0.tar.gz <!-- BEGIN SHA linux-arm64 -->6f40911e7d5f2dd32f70f60e049ac2a7358b8456dcd20ad345d57fa32f7c0f55<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.299.0.tar.gz <!-- BEGIN SHA linux-arm -->5bae63bb451157e2049538d7ae425ebb18debd09620116a0a8a1fea743090760<!-- END SHA linux-arm -->
actions-runner-win-x64-2.299.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->f3b8dcf5b76d343e8cabc0856ea950d9a1d1956285fb6da8120115cfc3229270<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.299.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->d29dc232c28c85cbcfc3fb3bd0413ac10ef87619e9aa4835aaf27a7cc9ef5c64<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.299.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->42feea86087212864b57584438b29efac290447d4fc0d402965e2fd97d0ca32e<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.299.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->c3ae7f1a3fddcd0c4e65acffab0eb7de857abbed2a4b7d3d6b2363dd0bbf94b1<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.299.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->41b9c834df66046d6e0c4619f1aa301a81e8ef36b092350712f9a64fa3caebbf<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.299.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->e1ec43444a2864a85f76e3e670e066fd570f5995cc6a01193534e08a19266943<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.299.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->676bece58dab610dc7d2fe00a95c3a412046a61e27eb0305836fca4c6b2fc4be<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.299.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->45376a785a48731ea8a97bb3d82f13f77d4cd7346a57ba8a8f03b084d22f4614<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.299.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->eea13e7f83128d4173d6e3ca86a832f50d8112ddd5af29d3b5007cf4af3ee7b1<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.299.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->c191a2f11eaa4809969ec0402838b8425e67f6dc55738d6b8ac16a924e7ff51d<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.299.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->5097d9d1cab8aef001e8ea6d116a55c3f77b985afab932d9cc2ab878261b2170<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.299.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->8419656cd5b31d350f27d1139355d20a232c691f8790714f66a2f3914e34c0b3<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.299.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->93de3b188feb1f74a1a0a577949143255f125a288899fa503f9dbf507987da6b<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.299.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->91c55b9164de6da67eb7a7ef74c30734e87661eee336fcf1566e3be3401f3d2b<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.299.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->a205f48ab1574db8eb6e47cfcb58afa50c20864610aa120b5744c8dbce609ad9<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.299.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->e5c3255ebd955f4b1371eb10ecfa9aef787c886fd2c26764e160193191e4acd9<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.299.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->67f6a26a1deda2dd9176fd549130f9c3b0b3c6e856c3c4d76595b493b5ac3a2a<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.299.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->de78548a3e04c51914062f1d81d25cc4c55c9a60c3d93b9c6e29bdca83478d5e<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.299.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->eb8a2985ad48b7dd975047ddf1011ab67b38f2c1b05e32dc60e8df7e9b36a2bc<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.299.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->d0e36f07c112eac8666741d3cf0dc8f293d3c7d585532ee31473c5ab65ad70dd<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.299.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->c80fea2316ca56c437eb50d1459a240668383426584567c461cfadf5c3beaada<!-- END SHA linux-arm_noruntime_noexternals -->
save-state and set-output deprecation (#2164)vars in workflow templates (#2096)We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-win-x64-2.298.2.zip -OutFile actions-runner-win-x64-2.298.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.298.2.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-win-arm64-2.298.2.zip -OutFile actions-runner-win-arm64-2.298.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.298.2.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-osx-x64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.298.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-osx-arm64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.298.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-linux-x64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.298.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-linux-arm64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.298.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-linux-arm-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.298.2.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.298.2.zip <!-- BEGIN SHA win-x64 -->02c11d07fcc453f95fc5c15e11ea911cd0fd56f595bd70f2e8df87f46b2c796a<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.298.2.zip <!-- BEGIN SHA win-arm64 -->8a312959e6e0f080baf78816ebe2ff725a655e5b5e2cc2e33fa15e7a4c5b32d7<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.298.2.tar.gz <!-- BEGIN SHA osx-x64 -->0fb116f0d16ac75bcafa68c8db7c816f36688d3674266fe65139eefec3a9eb04<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.298.2.tar.gz <!-- BEGIN SHA osx-arm64 -->e124418a44139b4b80a7b732cfbaee7ef5d2f10eab6bcb3fd67d5541493aa971<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.298.2.tar.gz <!-- BEGIN SHA linux-x64 -->0bfd792196ce0ec6f1c65d2a9ad00215b2926ef2c416b8d97615265194477117<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.298.2.tar.gz <!-- BEGIN SHA linux-arm64 -->803e4aba36484ef4f126df184220946bc151ae1bbaf2b606b6e2f2280f5042e8<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.298.2.tar.gz <!-- BEGIN SHA linux-arm -->9ab9b967ab5b894bc0c89d92d852c161e120012bf7fb7e9153253c2cf9d2bf6c<!-- END SHA linux-arm -->
actions-runner-win-x64-2.298.2-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->fea6029dc8ba5af785e643630d177a376269156e9e8f2c3b3d57ff87d3635d79<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.298.2-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->ae633d3fd80ce0cfe5ef29c15f67c37f7d734f94451e6dfd44a9c80429b886fd<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.298.2-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->cae930eba8402171d11530b75e678faa57db3a2683beb1814eaa49f187c90a70<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.298.2-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->668ccb54ac3073dcca26c8761c0080327777d6cad271f383391bf01803836ffc<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.298.2-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->517fa704f04dba295fab6ffd1889dff9b4a3c5e547a70200c693cadd58f6f131<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.298.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->b5276043e29dc13ff712692e3c432b12e87274b8a514a353eab18cf5e8462fa4<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.298.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->c7e6631d80fbe2c534711e5fb8d0178c3c4f43c44f6dbb1360797b9aca6d7c93<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.298.2-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->4af855b03e563a648c0a88ee3f45e2a84f0faccf6f3c8043fec2074e6ddeaa1e<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.298.2-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->54bd2ab3e6801ce306a8e588e561ff922226dfe7d03d9bc2e3d257086ec9e790<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.298.2-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->de601153b028eb112c766e5bca6cd47614e05d8a2fe959d88ef5a22403755541<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.298.2-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->a150ebe254d6145b41358c357812e3714280c7d40c93d14c14494bd898be3877<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.298.2-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->85564dd990f7da868eced9e9ca6f66340236d88a76d8adf5b8b2f688dd680e76<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.298.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->b035f53e1fe1bd087301dccd4e3b001b3d67483e37e2c731a5d1f536bfb9bddb<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.298.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->851291bb6655d53b4ef9eadee312f9156437e57bcd083378751cb7e1454effe9<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.298.2-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->4e3a65eb25059573fd3fe95f1f19cff7c9beaab4d8a49598921f3a33c27be5f4<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.298.2-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->0dbaf2a0c239c160fcaa0cddb7df73fae0a836891bc08acadaa9dde3bd9ad6f7<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.298.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->d5e24f5d2e47781156cefa02b512fa5e3d9ada887b28b7f6b0b04f5030b9331e<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.298.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->27fdd3117fe6d0520edd30a676eaf3230939124ea9f78cf6b6858d31071b2257<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.298.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->41219ffaeee2e202a1d0c87b0cb49f4e1f95ff3b501dd5c45827b13970395078<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.298.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->e234b6acad42d516fef0a7814f485f6b06b35608847a3879ab211d4a643c2d6a<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.298.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->120b3056fcf7d33e8ed4d1a379a91839816b2af05f6eaf77d9efd1e5aca9bf24<!-- END SHA linux-arm_noruntime_noexternals -->
save-state and set-output deprecation (#2164)vars in workflow templates (#2096)We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-win-x64-2.298.1.zip -OutFile actions-runner-win-x64-2.298.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.298.1.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-win-arm64-2.298.1.zip -OutFile actions-runner-win-arm64-2.298.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.298.1.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-osx-x64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.298.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-osx-arm64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.298.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-linux-x64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.298.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-linux-arm64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.298.1.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-linux-arm-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.298.1.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.298.1.zip <!-- BEGIN SHA win-x64 -->c22cea0ac69fde923ee21091ee2c2793222566424d19746ba250cef39ad15c96<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.298.1.zip <!-- BEGIN SHA win-arm64 -->c27c9e4a59ed7db69784ddfcde4a91a2de63ae8cf1a46fd9cde2db671a666658<!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.298.1.tar.gz <!-- BEGIN SHA osx-x64 -->7f2a7dc5275b0f9831ebff9132d6fdc5a767f7aef555cf4f1eb1a7f03c715695<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.298.1.tar.gz <!-- BEGIN SHA osx-arm64 -->878994cc9e4f81280f8158cc52d983cdfa0413ee37fe484e9e5458ea808fbef8<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.298.1.tar.gz <!-- BEGIN SHA linux-x64 -->0530380dda0afb5c1d63710391063c13c7c8137c25dbb56dacdde28fb4317940<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.298.1.tar.gz <!-- BEGIN SHA linux-arm64 -->9198e04ca8b2d593cf83ebdd9c1b61f12a9640faee7412808a4aba428ec44e3c<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.298.1.tar.gz <!-- BEGIN SHA linux-arm -->cd41c1e91beda1c11f8b0e8facf0ad5a4a4cfaf7868aa1b9a46aa7ab9dd91bb0<!-- END SHA linux-arm -->
actions-runner-win-x64-2.298.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->8df0bd9e7003322af204433b74c95717d001db6998ee1170d31db09e0d42bc77<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.298.1-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals -->e259aff3f7327d84343b481e0c7dbe722cebd70372559ec2fde37561c9cb519e<!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.298.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->d40e156ddf5404b2e0f13912cdbffd73d1bc4b27935acdd85fcbc60abe84f5b2<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.298.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->dac3ed385978308764f0b30d8ca82fb6b004be69f963fba7d9b822fb79dd73ac<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.298.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->7acf14295856b199b0b39d6119031a2a661d427092966d083d3356ff12a92dfa<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.298.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->ff9e8e25ae215dba751df3033cc7cfc65b920463886a1c4f3fcc7ad1db378b2a<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.298.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->002aa284fafc37c8dd3eac6e1b52f65e5c323eb2eddf3afd7bb5e55fe74c87b4<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.298.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->22fd5f6ee6f7ed2e2a69196b14d70a27db7460c950431cdad383a913c0dd50fe<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.298.1-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime -->39aa774f67cdee5ddcd1e252440c09f4455710e7cc2af5a1fb50943f130b0af6<!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.298.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->d3c72fe18cd547c4284d59a9eef47669a811108a2a6434a0ebe2ab960877f053<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.298.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->d337b6dcc329f458222531cc7eb3a17d2d79c066bd4c124ca403f6b36edf8f32<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.298.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->b53af9b37d455109e835d98b9cd3387264b4ffb417339f611619723bb61adf9e<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.298.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->1671852810c63e8286760a132422ad531334148e426a4a035792d16ce244e7e8<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.298.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->02af3bf7b1e637cd8ebef53aa4ff48a5773dd8d64d4ed918982b74317a4af0d9<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.298.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->971fd8e303c54453f00009801bb430f99f94673a408eba47a0f0190b6fe7fe8f<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.298.1-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals -->877bc07d0a3c82c1696b9abd905a1f2ba36c7cfdfc2bff2fa3bb40c0a35f8b68<!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.298.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->e1326bbbace742d0b056611db1f3927481cc2ef8093ea1a7657f113c8210339f<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.298.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->f59eabd7898237024f032753b5929467cf2760f8261708767c5bb9ceeaa29a18<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.298.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->d1405dd4bac8904ed18136e04e294cbf0f69a51df3bd3833b990e2b35ab2516c<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.298.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->83bc6fe52069329c5a826fe31c2564c7e2978ef79fdad34d011e56b0bf0d8cdb<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.298.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->2a1ca96fa581256e3835594f32fc2f978c3fce6bc5fded119167ad5232e170ca<!-- END SHA linux-arm_noruntime_noexternals -->
save-state and set-output deprecation (#2164)vars in workflow templates (#2096)We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-win-x64-2.298.0.zip -OutFile actions-runner-win-x64-2.298.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.298.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-win-arm64-2.298.0.zip -OutFile actions-runner-win-arm64-2.298.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.298.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-osx-x64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.298.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-osx-arm64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.298.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-linux-x64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.298.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-linux-arm64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.298.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-linux-arm-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.298.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.298.0.zip <!-- BEGIN SHA win-x64 -->a9f9684c417a4462f2c640ba769c8cfee8dde1cf0f6f1ec80c339cb6ba4bb623<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.298.0.zip <!-- BEGIN SHA win-arm64 --><WIN_ARM64_SHA><!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.298.0.tar.gz <!-- BEGIN SHA osx-x64 -->6bb2ab85f1f8c653dfafbf9fd376ee820bc3e5a374092605a826c3a3b050d519<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.298.0.tar.gz <!-- BEGIN SHA osx-arm64 -->074de487849be27bee091a59ff0853af26d1c049c8aee4aed737c247c9c288a6<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.298.0.tar.gz <!-- BEGIN SHA linux-x64 -->fbf49cb3b03326a2460ea5fd8d381a366cdfe638bf00ff0ad5c671ba638a82ab<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.298.0.tar.gz <!-- BEGIN SHA linux-arm64 -->6b2defb01f85aac3b2c85b8cc704af5870a5b6887112684f8669fc0aac28e82a<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.298.0.tar.gz <!-- BEGIN SHA linux-arm -->6efa1fbf1aae24e6e7feb4200e218447038e2dd0e425886ca8f020d16ef77009<!-- END SHA linux-arm -->
actions-runner-win-x64-2.298.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->d5eac551306c9e1c08bb5182b07d44ddc3c1b79b58717ba83975914a68a050e8<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.298.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals --><WIN_ARM64_SHA_NOEXTERNALS><!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.298.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->6b0bccb1be54221437e0fdaa4c59c0b1d5fc310a779ee5d7f29af04ff1a3dcb4<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.298.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->fb84a296a4f0d71b5d26b40d4adf992c50d33942e5df7bd859c3c6790b181cae<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.298.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->5d053728678ef49a17ce944a5f713c854c87d2b27cb3dd26427830a223e38b5f<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.298.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->b6db3876d779dc9a82f3bee8f81f1a7c4eec70cce88d4670b9014176b3f34dcc<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.298.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->888519a009c5aa6fe932cf9dccddd395614ee7fe421d36d75b567ec489de422c<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.298.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->1c6a580d1f02506eaaa62733d2d704ed63704fbc7300069854ae7cb551910ba9<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.298.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime --><WIN_ARM64_SHA_NORUNTIME><!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.298.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->61f59b76af8d1455a96d50156a540d08222a775691936db0de582059dbaf7912<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.298.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->6ab6f7f850a3dd7439dcda375b2526d055eacac08ab7fc0e7c0ce9d7433bc5d5<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.298.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->e7f846d494b02c82daf4eeec11d2ca545d48627df42e2e96a2a91ef71554bd24<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.298.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->3f4ee38aa50810699bf039a67331b9042593cec24c094f9f57c8c695bf59b5cd<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.298.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->d2f52b9c94aa8d07c4a610916f3ee62257c7568ef92db00b5c1312da6868cb0b<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.298.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->b362598fcfa0c69bbffa2299ac4ff8f675e936b08c4bb5f2e79584983b79f80b<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.298.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals --><WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS><!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.298.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->df27081fd8bd294706ba99d51a2ac79f9d0f1f876db77020ea73a7cb569549c9<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.298.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->a3fa8bd1d119383f0c1dff21a6f7fdb002c74923bd98ad79f117017d10cc203b<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.298.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->6234c357b2d5c85b86c597525e9bf4a6ce6e74e6fac0324b6671f1bc278ae3e9<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.298.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->dd582f31c6edbb2b9cf403311d0d799bc416622de837d659061f6c7693b6bd69<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.298.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->be808d69dc2fbaa6cbdd3dc8c4686502dda61df07c4391060a18a4e1f7e1c882<!-- END SHA linux-arm_noruntime_noexternals -->
GITHUB_STATE and GITHUB_OUTPUT environment file commands (#2118)actions/core dependency (#2123)We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-win-x64-2.297.0.zip -OutFile actions-runner-win-x64-2.297.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.297.0.zip", "$PWD")
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-win-arm64-2.297.0.zip -OutFile actions-runner-win-arm64-2.297.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.297.0.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-osx-x64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.297.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-osx-arm64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.297.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-x64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.297.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-arm64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.297.0.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-arm-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.297.0.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below:
actions-runner-win-x64-2.297.0.zip <!-- BEGIN SHA win-x64 -->a99921abc6e5e245f15eff75073946693e254c9fa75f0859bcabc52c6c101201<!-- END SHA win-x64 -->
actions-runner-win-arm64-2.297.0.zip <!-- BEGIN SHA win-arm64 --><WIN_ARM64_SHA><!-- END SHA win-arm64 -->
actions-runner-osx-x64-2.297.0.tar.gz <!-- BEGIN SHA osx-x64 -->820ebffefd2fdc5ccbb376d03f0ef0b82c9a8df17b71de9a52407f8845ae3ebf<!-- END SHA osx-x64 -->
actions-runner-osx-arm64-2.297.0.tar.gz <!-- BEGIN SHA osx-arm64 -->f38fbb28be901697556ee778f1f851d4e1cf988fa5abc087be647f4ec3f6a752<!-- END SHA osx-arm64 -->
actions-runner-linux-x64-2.297.0.tar.gz <!-- BEGIN SHA linux-x64 -->eb4e2fa6567d2222686be95ee23210e83fb6356dd0195149f96fd91398323d7f<!-- END SHA linux-x64 -->
actions-runner-linux-arm64-2.297.0.tar.gz <!-- BEGIN SHA linux-arm64 -->f882e0b88c7afc1effabd64a7b43b12f58060fb349adb5eb87de067c06d1500f<!-- END SHA linux-arm64 -->
actions-runner-linux-arm-2.297.0.tar.gz <!-- BEGIN SHA linux-arm -->5982a97a864a394c23dd63bcccec0546189308c2bb9f20f9321959e98342e82d<!-- END SHA linux-arm -->
actions-runner-win-x64-2.297.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->c1d972c53e527612a20eec49e4f676873a1b9341aa84c11ad227e56b48591bc6<!-- END SHA win-x64_noexternals -->
actions-runner-win-arm64-2.297.0-noexternals.zip <!-- BEGIN SHA win-arm64_noexternals --><WIN_ARM64_SHA_NOEXTERNALS><!-- END SHA win-arm64_noexternals -->
actions-runner-osx-x64-2.297.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->15ac01ee4e52b419e5cbe96da1b1b87e0fdcc7cc5afb8b834fbc6a0399d44497<!-- END SHA osx-x64_noexternals -->
actions-runner-osx-arm64-2.297.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->4665315f1af886c9a94c29293553afd333b795cc0ae8b1975a24bde8de08b680<!-- END SHA osx-arm64_noexternals -->
actions-runner-linux-x64-2.297.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->549e3330f25a760ec091ba0bb0d69326c7e0846d508361fe5992f3844a6bd43c<!-- END SHA linux-x64_noexternals -->
actions-runner-linux-arm64-2.297.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->9551e52cf7ab9984f2e215a47ecf92c62eb0b6952def44166f8c5b27bb94ec84<!-- END SHA linux-arm64_noexternals -->
actions-runner-linux-arm-2.297.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->d3df0f39fe6c3fe46d20aa105620eacb264113b38d40a7fb5c9de1d6e62ed34a<!-- END SHA linux-arm_noexternals -->
actions-runner-win-x64-2.297.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->c13f4cc3804ea80426401304fff5659ff3e3bc0201b06349e5bf4f3fd0d33f21<!-- END SHA win-x64_noruntime -->
actions-runner-win-arm64-2.297.0-noruntime.zip <!-- BEGIN SHA win-arm64_noruntime --><WIN_ARM64_SHA_NORUNTIME><!-- END SHA win-arm64_noruntime -->
actions-runner-osx-x64-2.297.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->d2000738f050bbd4dfc0863205b3b377cf32718f064cd0964893b988736a694b<!-- END SHA osx-x64_noruntime -->
actions-runner-osx-arm64-2.297.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->ce16276ee8c32ed802d66f55d0fb77f17de5a7b626db9e55bcc2790aefd95043<!-- END SHA osx-arm64_noruntime -->
actions-runner-linux-x64-2.297.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->8853a9e336744805a2c838969d981fce8b1dceafa49ca71a8fdecc358b13f8ae<!-- END SHA linux-x64_noruntime -->
actions-runner-linux-arm64-2.297.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->f840f49fdfd6a20e7e32dcd4ab67314f100a2dd5348040e3073b11a055654c0e<!-- END SHA linux-arm64_noruntime -->
actions-runner-linux-arm-2.297.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->86778e12f1c5fcc0168d62cbc37d4e121f205d40398d5b075ea13f1c00a0584b<!-- END SHA linux-arm_noruntime -->
actions-runner-win-x64-2.297.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->1bae61e56a8fd6dce81195fea0b45ca3e6825052abf6a3af57b6b82858cd3623<!-- END SHA win-x64_noruntime_noexternals -->
actions-runner-win-arm64-2.297.0-noruntime-noexternals.zip <!-- BEGIN SHA win-arm64_noruntime_noexternals --><WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS><!-- END SHA win-arm64_noruntime_noexternals -->
actions-runner-osx-x64-2.297.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->46ba20e252c62c6feded53a058c7be4b96a9882858ce063b7d04b1f1e2098978<!-- END SHA osx-x64_noruntime_noexternals -->
actions-runner-osx-arm64-2.297.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->4f4e88068856472d219cd80b986b35d4e6cd177b551c30279035b97b9423366c<!-- END SHA osx-arm64_noruntime_noexternals -->
actions-runner-linux-x64-2.297.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->525315fcdf420c405c434fed77c5d68f3dc6f1e65142592bf6bb7908fc2ae466<!-- END SHA linux-x64_noruntime_noexternals -->
actions-runner-linux-arm64-2.297.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->ace20e5f9ff92727163e685e1367bcc9d17eafce3b6e970562e28f3c21cfb398<!-- END SHA linux-arm64_noruntime_noexternals -->
actions-runner-linux-arm-2.297.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->cd6e09179f20dbca66550086c57ddd5ba0d59f4dde721b2de4162cbd0edafc1b<!-- END SHA linux-arm_noruntime_noexternals -->
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.285.2/actions-runner-win-x64-2.285.2.zip -OutFile actions-runner-win-x64-2.285.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.2.zip", "$PWD")
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.2/actions-runner-osx-x64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.2/actions-runner-linux-x64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.2/actions-runner-linux-arm64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.2.tar.gz
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.285.2/actions-runner-linux-arm-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.2.tar.gz
For additional details about configuring, running, or shutting down the runner please check out our product docs.
The SHA-256 checksums for the packages included in this build are shown below: