github actions/runner v2.286.0

latest releases: v2.316.1, v2.316.0, v2.315.0...
2 years ago

Features

  • Bump runtime to dotnet 6 (#1471)
  • Show service container logs on teardown (#1563)

Bugs

  • Add masks for multiline secrets from ::add-mask:: (#1521)
  • fix Log size and retention settings not work (#1507)
  • Refactor SelfUpdater adding L0 tests. (#1564)
  • Fix test failure: /bin/sleep on Macos 11 (Monterey) does not accept the suffix s. (#1472)

Misc

  • Update dependency check for dotnet 6. (#1551)
  • Produce trimmed down runner packages. (#1556)
  • Deleted extra background in github-praph.png, which is displayed in README.md (#1432)

Windows x64

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.286.0/actions-runner-win-x64-2.286.0.zip -OutFile actions-runner-win-x64-2.286.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.286.0.zip", "$PWD")

OSX

# 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.286.0/actions-runner-osx-x64-2.286.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.286.0.tar.gz

Linux x64

# 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.286.0/actions-runner-linux-x64-2.286.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.286.0.tar.gz

Linux arm64

# 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.286.0/actions-runner-linux-arm64-2.286.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.286.0.tar.gz

Linux arm

# 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.286.0/actions-runner-linux-arm-2.286.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.286.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.286.0.zip 137e03ccffe98d7d7f29170417c0c75133ef99574e673df7891f996119eef95d

  • actions-runner-osx-x64-2.286.0.tar.gz c780598891a964e44a4fc43e75cff122e1ab49929677d4adbce5c814b4d9fb60

  • actions-runner-linux-x64-2.286.0.tar.gz 855b84fe96fda84b22bb9efa2088652d785ed856a7af484b5f4c44f650d7eecf

  • actions-runner-linux-arm64-2.286.0.tar.gz 66082dd016da94b1935fedd038c3c8f0c8d7cb531bc57e8a549a373b9ecd1dd6

  • actions-runner-linux-arm-2.286.0.tar.gz 9cbbe8b09cee054cc6ce05c22fbb2513c01f3533d8cbe6c6cee92e71bb5d9f53

  • actions-runner-win-x64-2.286.0-noexternals.zip f82c2927e5524e58a1c28f53482f749ca0af4ec8502d3870b75ebce0fabd6955

  • actions-runner-osx-x64-2.286.0-noexternals.tar.gz 54b56bed8a4cfef32d75a29509f557ffe27f7198a921a52afcf48760227ab07d

  • actions-runner-linux-x64-2.286.0-noexternals.tar.gz e9aedd60efc847bcef323d2298709ddb1ea087e4490199321353ed63945b1ffe

  • actions-runner-linux-arm64-2.286.0-noexternals.tar.gz 47fff48b1fcd835de62a8043a9c2dd195c96ac8e2686a6bd31f96966ef4dfef1

  • actions-runner-linux-arm-2.286.0-noexternals.tar.gz befe0e6a507d5948ea2f98e3da6561c62109c1174e5543304b5f9b2d7a234ab6

  • actions-runner-win-x64-2.286.0-noruntime.zip 3792a09f3825e348212092c9d05495fb252b4406629e54e207c4838170d4477e

  • actions-runner-osx-x64-2.286.0-noruntime.tar.gz c0e6894184b93b077aa44c34ed4c3a216d0b0e36625d8298f190dff89afd56f3

  • actions-runner-linux-x64-2.286.0-noruntime.tar.gz 92d6f0627e75ca98d6752226591f2997c811d4b15dc2dd4096b7b3a99a436be9

  • actions-runner-linux-arm64-2.286.0-noruntime.tar.gz 27b36cecbc9a70c050587f223400170fbaf95cd17d0fe8eb6f6bb41dc13fb40d

  • actions-runner-linux-arm-2.286.0-noruntime.tar.gz 55fe04bc4ef3f01461ee16f477a6d87bf7f81abfc8b5914b1e486ed5edad7fa4

  • actions-runner-win-x64-2.286.0-noruntime-noexternals.zip 9145f820523950129082f5b79120b9310b0ba0308cb8c50f1dd9e9c27b29927f

  • actions-runner-osx-x64-2.286.0-noruntime-noexternals.tar.gz c756c2985f54105879fbe9f62931db36dc1e831e9b0ec02b854aa571f29cf82c

  • actions-runner-linux-x64-2.286.0-noruntime-noexternals.tar.gz f8ad417b95a4dd9b81c609ac4db466fb794aee05e42692ea21e5a5fc4c3a02b6

  • actions-runner-linux-arm64-2.286.0-noruntime-noexternals.tar.gz 66e74074ee30e8b19604deb9a8979e764a2edfede6183df3392bbca566e1c9e5

  • actions-runner-linux-arm-2.286.0-noruntime-noexternals.tar.gz ef74038fc108977fef9514ed8468eef429fa9b59686494537ebf8a967e5ac5ec

Don't miss a new runner release

NewReleases is sending notifications on new releases.