Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: hkratz/gha-runner-osx-arm64

v2.291.1

16 May 15:35
496ec0d
Compare
Choose a tag to compare

Features

Bugs

  • Fixed a bug where windows path separators were used in generated folders (actions#1617)
  • Fixed an issue where runner's invoked via run.sh or run.cmd did not properly restart after update (actions#1812). This fix applies to all future updates after installing this version

Misc

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.291.1/actions-runner-win-x64-2.291.1.zip -OutFile actions-runner-win-x64-2.291.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.291.1.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.291.1/actions-runner-osx-x64-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.291.1.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.291.1/actions-runner-linux-x64-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.291.1.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.291.1/actions-runner-linux-arm64-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.291.1.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.291.1/actions-runner-linux-arm-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.291.1.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.291.1.zip 5752511bba57be7a87d431428ca6fcceeee72cfbd5e92872f76d346a832e1f73

  • actions-runner-osx-x64-2.291.1.tar.gz 243dc847b30241b710405eaf39c73645de357ffbf1f67c1048bc9f72fafbcc4b

  • actions-runner-linux-x64-2.291.1.tar.gz 3007e3f19d04bad4a225aa9d902d5fcc795ddee5f7dde87479db8513cb7393eb

  • actions-runner-linux-arm64-2.291.1.tar.gz e891c2560a1a0cd7c7d6c8407d682a7eeb231e7bb684ca43fbe87d56ea846014

  • actions-runner-linux-arm-2.291.1.tar.gz 9b046aef80b9a4ce28f7c08aef8d3804ae4ebf1599bcb772bb0856abb0a3f630

  • actions-runner-win-x64-2.291.1-noexternals.zip ac06b2265cc741d0ba9c0589c409321cf59f0914bcc14010c5c112143289b4cd

  • actions-runner-osx-x64-2.291.1-noexternals.tar.gz 63592d3892dc031a5905c09b36db16469134e4242d1e3d10d5ba11bb803c98c7

  • actions-runner-linux-x64-2.291.1-noexternals.tar.gz bd3d3111045d424f560c986f40a4ff0f616cddb46149b085b7bc3bce3641e480

  • actions-runner-linux-arm64-2.291.1-noexternals.tar.gz dd446fa7d1a4da0988b3958d5a30594921621f992ad7d7d5c0cf9487442a0770

  • actions-runner-linux-arm-2.291.1-noexternals.tar.gz 8bbf4be847476a305b16e6e233c00b1d8b297ba50ff08863958f59db5a01137a

  • actions-runner-win-x64-2.291.1-noruntime.zip 2face60d9310b3bfd0b0c2f36bf1ceeeab9fa472a0051520ad628595d066cda6

  • actions-runner-osx-x64-2.291.1-noruntime.tar.gz 28672b46817825d1682a67acdd043976c5558587c998c4646b5a04e95a436050

  • actions-runner-linux-x64-2.291.1-noruntime.tar.gz e77d62262be5da4f92e540c86e0c2cf4e4bc954052873654eb9e7b8915fc34a4

  • actions-runner-linux-arm64-2.291.1-noruntime.tar.gz 8bf81f123e809c62c10eae6ba8d1cb607ca3e904e48d228b11f22f18bab731d3

  • actions-runner-linux-arm-2.291.1-noruntime.tar.gz a71e0a4b12b05dc7abd7679f34e151c83ebadae08e10dc02dfbe634271428e29

  • actions-runner-win-x64-2.291.1-noruntime-noexternals.zip 326ebed790fbfa2ab652c41b7bbe11ad84be75b795477eb306b9391110d70810

  • actions-runner-osx-x64-2.291.1-noruntime-noexternals.tar.gz 659de1053866d9110254666d8a74628cfa5f58f9ae21d03f5f436be939afb172

  • actions-runner-linux-x64-2.291.1-noruntime-noexternals.tar.gz 0d3860650c1d6bef9c14b16d78347e9839158ca8611d255a9bd0edd955f0c52d

  • actions-runner-linux-arm64-2.291.1-noruntime-noexternals.tar.gz 0bb9fc7de1fe634ea481041b90c0c71b7970bd90c10c4f0bef5a49edaf9b57e4

  • actions-runner-linux-arm-2.291.1-noruntime-noexternals.tar.gz 1285ade39731901da8d551a59b1b21ccb85fd936b1483e724454bcb6d48c82e7

v2.290.1

24 Apr 16:31
b86ce48
Compare
Choose a tag to compare

Features

  • Continue-on-error is now possible for the composite action steps (actions#1763)
  • Now it's possible to use context evaluation in the shell of composite action run steps (actions#1767)

Bugs

  • Fix a bug where job would be marked as 'cancelled' after self-hosted runner going offline (actions#1792)
  • Translate paths in github and runner contexts when running on a container (actions#1762)
  • Warn about invalid flags when configuring or running the runner (actions#1781)
  • Fix a bug where job hooks would use job level working directory (actions#1809)

Misc

  • Allow warnings about actions using Node v12 (actions#1735)
  • Better exception handling when runner is configured with invalid Url or token (actions#1741)
  • Set user agent for websocket requests (actions#1791)
  • Gracefully handle websocket failures (actions#1789)
  • Capture telemetry when git errors on unsafe repository. (actions#1823)

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.290.1/actions-runner-win-x64-2.290.1.zip -OutFile actions-runner-win-x64-2.290.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.290.1.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.290.1/actions-runner-osx-x64-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.290.1.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.290.1/actions-runner-linux-x64-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.290.1.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.290.1/actions-runner-linux-arm64-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.290.1.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.290.1/actions-runner-linux-arm-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.290.1.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.290.1.zip f6ed3c03b7f08d274bac2652b61d4f1c3c2cd8eed9697222ae0f2965a5dbb5fc

  • actions-runner-osx-x64-2.290.1.tar.gz b669f98126aca0f132d16f1510d6f11a489e8311e3b1a1f0b547996fbdc1f815

  • actions-runner-linux-x64-2.290.1.tar.gz 5eda3556952b9d60f59e31a1b2a9be610db8ad4d7e48d08ec077650674c148d8

  • actions-runner-linux-arm64-2.290.1.tar.gz 552bd876adfe4db0ea88022fcbc13dee8469fd15a01d21a20c1859447fbea184

  • actions-runner-linux-arm-2.290.1.tar.gz 8efdfa2364071295b231e30de907af459eca186547414fd6a9afde4305581b6a

  • actions-runner-win-x64-2.290.1-noexternals.zip df4cab70059f57aa625efedd5960426d192450c71c8e51d1beb89afbeeb37ad5

  • actions-runner-osx-x64-2.290.1-noexternals.tar.gz a3c7c5243c8d0fc897850932030e30d3b15b961f58edf9b7b9030d190e7052e8

  • actions-runner-linux-x64-2.290.1-noexternals.tar.gz 6d7011f2a7adcddc5af0cf70707eb1843b3427d5f123b79fd86e84c12e8298e2

  • actions-runner-linux-arm64-2.290.1-noexternals.tar.gz d243ca0965a5d128a4ec00863e65ea3f824215eb8a7863e6e93c2d98451211b5

  • actions-runner-linux-arm-2.290.1-noexternals.tar.gz e9681a14a08a32043d43d24a251522dbbecfc2302a6e620c6ffc340ff82b0aae

  • actions-runner-win-x64-2.290.1-noruntime.zip fba548030351dab64750459d2a4a91f3612ff62c7a0325bddae1ea93c2362d9f

  • actions-runner-osx-x64-2.290.1-noruntime.tar.gz a4b85b202ca8c9cf213e645c6349e6795140eca5391de0bd799440c01ea56765

  • actions-runner-linux-x64-2.290.1-noruntime.tar.gz 5081e509ef5efcac509fda8b824b8cf8effb84958dd00ee43dbb1ddccadefe02

  • actions-runner-linux-arm64-2.290.1-noruntime.tar.gz 03422952959adcfc013859c7476e76b68287c811dd6f3f622f16098056421c24

  • actions-runner-linux-arm-2.290.1-noruntime.tar.gz 4c3bbd4502eb8e9c65efaffd4bf2d2d3bb497c0b4e772c06420fb1e978c20a7d

  • actions-runner-win-x64-2.290.1-noruntime-noexternals.zip 4b6a23cd0a212c92e8a4d617ebc438a7398c5747ea765eb60b349b573dfe68c8

  • actions-runner-osx-x64-2.290.1-noruntime-noexternals.tar.gz e7668ff33a1bc9a467033ac16dfcc11e5c2ab2212efdd1230976303aa2ea372a

  • actions-runner-linux-x64-2.290.1-noruntime-noexternals.tar.gz 935e67ffddff5572174bd3fa9f8d9971f269f5dae7fbc8df7944f6a92f221094

  • actions-runner-linux-arm64-2.290.1-noruntime-noexternals.tar.gz 6d2682c6ac98c90dd7a9941d7b4e5c57e4f2e34f06ad1a6201352ec9b8309b92

  • actions-runner-linux-arm-2.290.1-noruntime-noexternals.tar.gz bd038d5fd663f84d835c31c7220156fd6111e2a0df2f2b9f11f864cd19b7a48d

v2.290.0

12 Apr 16:29
d95bfc5
Compare
Choose a tag to compare

Features

  • Continue-on-error is now possible for the composite action steps (actions#1763)
  • Now it's possible to use context evaluation in the shell of composite action run steps (actions#1767)

Bugs

  • Fix a bug where job would be marked as 'cancelled' after self-hosted runner going offline (actions#1792)
  • Translate paths in github and runner contexts when running on a container (actions#1762)
  • Warn about invalid flags when configuring or running the runner (actions#1781)
  • Fix a bug where job hooks would use job level working directory (actions#1809)

Misc

  • Allow warnings about actions using Node v12 (actions#1735)
  • Better exception handling when runner is configured with invalid Url or token (actions#1741)
  • Set user agent for websocket requests (actions#1791)
  • Gracefully handle websocket failures (actions#1789)

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.290.0/actions-runner-win-x64-2.290.0.zip -OutFile actions-runner-win-x64-2.290.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.290.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.290.0/actions-runner-osx-x64-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.290.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.290.0/actions-runner-linux-x64-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.290.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.290.0/actions-runner-linux-arm64-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.290.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.290.0/actions-runner-linux-arm-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.290.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.290.0.zip 2536fe45b410df6757df83bd6c8d2898f6d74207bda38746e79d04adcfda6664

  • actions-runner-osx-x64-2.290.0.tar.gz 627ead0dd4b72a5ee102ed45fa4f7f5759c00e8be9d1c4518cd72d02c32f9db8

  • actions-runner-linux-x64-2.290.0.tar.gz 7a2b2b076b62bdd7f9509913f78dc1a4feb3fbcf0e3050074421b667411f2acd

  • actions-runner-linux-arm64-2.290.0.tar.gz fdd5ebe7a84bb85ae45d700dab9664e4d8af57e5e7e4cc4b92da0804d56fa68a

  • actions-runner-linux-arm-2.290.0.tar.gz 623af4b27479ff70e154659f400c9c2f8e642c1a19eec24b0f5bf412bff3e04d

  • actions-runner-win-x64-2.290.0-noexternals.zip 1a3f6c2866313a03a2805c1a8b24689e1508b417ed445e43e8deddd478896888

  • actions-runner-osx-x64-2.290.0-noexternals.tar.gz cff25cd8b082d5e3fa5b578e7a17dd3629af84fa151a25d24277419c4130cf79

  • actions-runner-linux-x64-2.290.0-noexternals.tar.gz 98e05e9d6ed2d7be3e5951b73453b0b9b5da328df512acc4338728cfc3983cfe

  • actions-runner-linux-arm64-2.290.0-noexternals.tar.gz 7a60212df81a06c2387637d3da5d456c88a277aedcfc06941b8b6177b2d31b2f

  • actions-runner-linux-arm-2.290.0-noexternals.tar.gz 8181330e7aee1c9b90a79d5d850a9bb43481434dfd5804b67e92f5e3b5dea0a3

  • actions-runner-win-x64-2.290.0-noruntime.zip 759e43e97b43c7d6cd5e683f4731065acb21c130ddc1d266e49caf75863d2e51

  • actions-runner-osx-x64-2.290.0-noruntime.tar.gz e267bec9dae4d5ab629c70538f6e2c55eb582d419c0087fd6401fa6b08f292f2

  • actions-runner-linux-x64-2.290.0-noruntime.tar.gz 6674dd5e68e88a9d49fa1a7dc1c739173be3e43453d4220bc81694dc791fd6e2

  • actions-runner-linux-arm64-2.290.0-noruntime.tar.gz 5c39aa1e39016935d51ea572e405e9579fcdc84f9f4592dce03b9859ebcb66f8

  • actions-runner-linux-arm-2.290.0-noruntime.tar.gz 46e76fb7d2317efb1d75fd2d6a5d3062f30f5a80783990d788c5ed16e4594e4e

  • actions-runner-win-x64-2.290.0-noruntime-noexternals.zip bf112a28b8e4542f2623ceb7b7e52248bf8efeadef39c3009d6919f86d6fe722

  • actions-runner-osx-x64-2.290.0-noruntime-noexternals.tar.gz 7d7eae2e2c8a83f4c258ca60b95227f8d9fbec02f2b1bfb791ea6c3693935162

  • actions-runner-linux-x64-2.290.0-noruntime-noexternals.tar.gz 96fbaa5aeb9de0d97e15a15c5c9587a941b331cb86c3bf5d485b6122f9d38d4a

  • actions-runner-linux-arm64-2.290.0-noruntime-noexternals.tar.gz d9eaf3f224ed95fad326b992584c921c5f27f1ae16d3d426495738daaf5ea3ad

  • actions-runner-linux-arm-2.290.0-noruntime-noexternals.tar.gz 689be38923a20273c09c6ecc87b48e9b1d51b227f5e87854f0d12becce3ed35c

v2.289.2

04 Apr 10:31
529e404
Compare
Choose a tag to compare

Features

Bugs

  • Fixed an issue where websockets failed to successfully close when posting log lines (actions#1790)

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.289.2/actions-runner-win-x64-2.289.2.zip -OutFile actions-runner-win-x64-2.289.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.2.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.289.2/actions-runner-osx-x64-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.2.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.289.2/actions-runner-linux-x64-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.2.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.289.2/actions-runner-linux-arm64-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.2.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.289.2/actions-runner-linux-arm-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.2.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.289.2.zip 22d4d816380ced9d7b77b5ce5866481b51ae1b1a57df9bf47f621ce642d86ce8

  • actions-runner-osx-x64-2.289.2.tar.gz 75d70736f06bf6592c8c49e2bf09e09056349d15a886da0f66953856321fc385

  • actions-runner-linux-x64-2.289.2.tar.gz 5f246deea2220a177df81bcc20cc8ab6a1508429413e5100c1b526ccdd812a2e

  • actions-runner-linux-arm64-2.289.2.tar.gz de8c838961f8c97de05cfc1696270f055e58b40a789f173586c75e9fcea8b2f9

  • actions-runner-linux-arm-2.289.2.tar.gz d5de80d54d6a940505ca11560f2140dcbfb3f21c7b107c63d432195ccd0b79ec

  • actions-runner-win-x64-2.289.2-noexternals.zip 89e98363cc3b8e620a8323e031ad25c3f25516e9bd94c9aba25ec07bb64615ff

  • actions-runner-osx-x64-2.289.2-noexternals.tar.gz 79a43b083aacdb4199a268dbd617b1db98fd1077690874b9eaccc9486ce2318e

  • actions-runner-linux-x64-2.289.2-noexternals.tar.gz 052e548d378c3ac12aa4b14ebc82a420f8ffd469a4261cefe22bf5dc23f377b9

  • actions-runner-linux-arm64-2.289.2-noexternals.tar.gz 5119b98513ba06414c1f4b89b1bd6e8f2c962678004bad64c4c2b875d4f8600d

  • actions-runner-linux-arm-2.289.2-noexternals.tar.gz 4b33c6263a56a2eb41e7ccf7b811992832c98f7dd9f7622d2eeb491c04269b7f

  • actions-runner-win-x64-2.289.2-noruntime.zip 1a24d8ff7bd543016f30acdb6a4a86727705d266cc47fa06beb8b37cd2dd2b01

  • actions-runner-osx-x64-2.289.2-noruntime.tar.gz 2ee5f922553fb89eca50b0245c47d01b7ef35b5cd37f04a7ce64fcbe4d8fd5e9

  • actions-runner-linux-x64-2.289.2-noruntime.tar.gz fe9e9054359e237fb434dd433ddeac956698337e917728bf7b2ab6e0f03f0fca

  • actions-runner-linux-arm64-2.289.2-noruntime.tar.gz 61fd39cfe512b34d420030a62c3aecba920c98e0d38a3142533c9331f852743d

  • actions-runner-linux-arm-2.289.2-noruntime.tar.gz 008579fd0b888ad8422b541fbc7ae20987b02eee605f9cc865213f90d7fcbd63

  • actions-runner-win-x64-2.289.2-noruntime-noexternals.zip 302563aef83a832a9e8171bb7799ed6241c7a6094977f55b8bd2dfce07c00bf6

  • actions-runner-osx-x64-2.289.2-noruntime-noexternals.tar.gz ca2ac236b436cd878598e3a2c11818e7c9f2815efc10385d8a8f37a917351ae1

  • actions-runner-linux-x64-2.289.2-noruntime-noexternals.tar.gz e91550a7b16e57baed480ddeaf5ffcd896a5a03104c071bd230af1f6ff337f02

  • actions-runner-linux-arm64-2.289.2-noruntime-noexternals.tar.gz 114c35c7002142a28420eb91ac26b4b83393134d6c8de8e2199cdc388f9973f5

  • actions-runner-linux-arm-2.289.2-noruntime-noexternals.tar.gz ab4421efcd22e72170a9f203206a3215b8432a15f2cd13ed906c7c316d58b4ec

v2.289.1

23 Mar 21:12
b3b97b7
Compare
Choose a tag to compare

Features

Bugs

Misc

  • Clarified the type of step running when running job started or completed hooks (actions#1769)

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.289.1/actions-runner-win-x64-2.289.1.zip -OutFile actions-runner-win-x64-2.289.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.1.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.289.1/actions-runner-osx-x64-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.1.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.289.1/actions-runner-linux-x64-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.1.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.289.1/actions-runner-linux-arm64-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.1.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.289.1/actions-runner-linux-arm-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.1.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.289.1.zip c4485eb73b2c9ab8e2569bb2d5e9959f6b0d26b798c39040e533cca2a5fb0b81

  • actions-runner-osx-x64-2.289.1.tar.gz 482c82c9836c15ed1292733f5d02dc53acfbdcdaf1ec73572e1ea6005da4e64b

  • actions-runner-linux-x64-2.289.1.tar.gz 1092e82218066c2098c1ba4aa3a34b13129c9053ad73fb5fe374cff3e42bce53

  • actions-runner-linux-arm64-2.289.1.tar.gz ce238c655ac221bd41b2eafb7a8c0764885652495b0d375d5bcfef1a1ebb2f73

  • actions-runner-linux-arm-2.289.1.tar.gz e818367ab1898e42b71655bb0e8579d7743cbf56944b83a8ae188e2e78929af0

  • actions-runner-win-x64-2.289.1-noexternals.zip 41436c6cb67702d3bc39e6b9801af870195ea28fde95a429b9b8e25a711d841f

  • actions-runner-osx-x64-2.289.1-noexternals.tar.gz 85bdbf1e4e68eb78d5c5ede45c0f799061f580da4361645046e7a60cb7f6bee6

  • actions-runner-linux-x64-2.289.1-noexternals.tar.gz af5947e5bc3fd40655d6653fd7c2d276cd040108c267c7be90eae19d96dff9dd

  • actions-runner-linux-arm64-2.289.1-noexternals.tar.gz 24f0eefbed474f609d7bfed8f21930aed72599b0b728780ddb51b2390cdb360d

  • actions-runner-linux-arm-2.289.1-noexternals.tar.gz 820a537482673eb95117365daab7e2effe2b5e67a414b2f1e9778ebb97b1aeee

  • actions-runner-win-x64-2.289.1-noruntime.zip ef579e10e3421352f7951543a4b0996346effa94739e8687d72a8fc7137e56e1

  • actions-runner-osx-x64-2.289.1-noruntime.tar.gz 30f026cd4559f0928be74726f3d1205faa7228551360e9eacdaebf7fcbfbe1db

  • actions-runner-linux-x64-2.289.1-noruntime.tar.gz f5a0139aecac45e18c10905cb7670f5fd4d9d885469ac79b35c4b1cbd65105fc

  • actions-runner-linux-arm64-2.289.1-noruntime.tar.gz 4443f24a620aa827f3fbbe805d431307de162f26e2d48df4949c3d3efb250f93

  • actions-runner-linux-arm-2.289.1-noruntime.tar.gz a4b7265aec8e495fe2ec30e393efe9ef0bc1a7aa9f8068cf95314f2430f15a9f

  • actions-runner-win-x64-2.289.1-noruntime-noexternals.zip 1b6ac337a2440e8dc27cb72fbd28f39182c0ee68836173ec8401a6902dde4cc5

  • actions-runner-osx-x64-2.289.1-noruntime-noexternals.tar.gz 5ca2db8146aeeea41015fdabe9ae9322a10d610b7df97c43c8e233e57626d18e

  • actions-runner-linux-x64-2.289.1-noruntime-noexternals.tar.gz 5c9d0bd8766557686640e129ac600bc0db3299c9847a1a1667c9bde02dd6a806

  • actions-runner-linux-arm64-2.289.1-noruntime-noexternals.tar.gz 36455d1b049e6c777a2eeae5324bd97273caba709e5cccae7355e0a66cdb849d

  • actions-runner-linux-arm-2.289.1-noruntime-noexternals.tar.gz ca8a100513f1d07df6900235d683a028809ef928a78b35ff9e356b3fbf0dbc48

v2.288.1

16 Mar 09:28
Compare
Choose a tag to compare

Features

Bugs

  • Fix windows console runner update crash (actions#1670)
  • Retry policy for methods GetTenantCredential and GetJITRunnerTokenAsync (actions#1691)
  • Skip DeleteAgentSession when the acess token has been revoked. (actions#1692)
  • Repaired hashFiles call so if error was thrown, it was returned to process invoker (actions#1678)
  • Runner throws null ref exception when new line after EOF is missing (actions#1687)
  • Lets allow up to 150 characters for services on linux/mac (actions#1710)

Misc

  • Added examples and aligned language within docs/checks/actions.md (actions#1664)
  • Problem with debugging on macOS M1 (actions#1625)
  • Fix typo in hashFiles.ts. (actions#1672)
  • Allow mocked updates for E2E testing (actions#1654)
  • Move JobTelemetry and StepsTelemetry into GlobalContext. (actions#1680)
  • Fix inconsistency of outputs (both canceled and cancelled are used (actions#1624)

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.288.1/actions-runner-win-x64-2.288.1.zip -OutFile actions-runner-win-x64-2.288.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.288.1.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.288.1/actions-runner-osx-x64-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.288.1.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.288.1/actions-runner-linux-x64-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.288.1.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.288.1/actions-runner-linux-arm64-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.288.1.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.288.1/actions-runner-linux-arm-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.288.1.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.288.1.zip 703dec662b4c8eececefe750be06c5dcb9f53ef87b5d57e364c455159fca5615

  • actions-runner-osx-x64-2.288.1.tar.gz eae26fafb664d253d9f6aacb1b260d82b0f98833316444c12370bbe89455be1a

  • actions-runner-linux-x64-2.288.1.tar.gz bc11cce450b1b44abd03a18c273f2b2348fea6ebf19bade83e22c2b6fad62851

  • actions-runner-linux-arm64-2.288.1.tar.gz 1ea981481bf2b0e2e90ba593bbc9328f0e5e7c3b369c59b593138f8e27a7d8a1

  • actions-runner-linux-arm-2.288.1.tar.gz f4aac294b6eebb9a144c6868cfcd2deb33c314d4c990025e896d2cae42b849d4

  • actions-runner-win-x64-2.288.1-noexternals.zip d41ffb9214bd53a5b2040a4575e8e2c4f1ecdde6a62d7318c86700dcc57d2ddf

  • actions-runner-osx-x64-2.288.1-noexternals.tar.gz 31162eca4903f57174b0fb1918a1267dc7e88829abcdc1a5eff594a8d00ab956

  • actions-runner-linux-x64-2.288.1-noexternals.tar.gz 8cb263138dfc09858c8ac751f43510e20d273efa41eb0bfb4f285b4d0e40726a

  • actions-runner-linux-arm64-2.288.1-noexternals.tar.gz a425225f7f59f45e49fb063811d64e4d46e84217551beb7bfe59b073872a810d

  • actions-runner-linux-arm-2.288.1-noexternals.tar.gz 3f188da3509de0bbc0fb16e748ec2770b3adef400cbc2538e25be3e0dbccf9dc

  • actions-runner-win-x64-2.288.1-noruntime.zip e2960c18b1f43110aedb5f9ccc500de4bbc5095b1c34f0d2fbb648d800b43260

  • actions-runner-osx-x64-2.288.1-noruntime.tar.gz e5b67ccc46c313cffcb0e0c9d43eb864d1cc74bedeb2ad6bbc1663fa7308c5c8

  • actions-runner-linux-x64-2.288.1-noruntime.tar.gz 263e08985e70558eaf969d4a04e80164f55b5c001995624b36129629e294191c

  • actions-runner-linux-arm64-2.288.1-noruntime.tar.gz bd5aeb0f8f86bfae9f3ed99b1d27bfc6e07ad8153d6e301ba91f4fcbeb445035

  • actions-runner-linux-arm-2.288.1-noruntime.tar.gz b9d925e868b554e80aba780aa66f7d02ee9305b2386287dfa3ebb55eb3eb567a

  • actions-runner-win-x64-2.288.1-noruntime-noexternals.zip ad5cebab45b14049586fcce9fb9c4f04e7e2a95d3e6137d0a27947108899fe78

  • actions-runner-osx-x64-2.288.1-noruntime-noexternals.tar.gz 6e2fbcc16fd4c35b108b9d5731be1f801df90a417abcaf75e14a777e8fe2413d

  • actions-runner-linux-x64-2.288.1-noruntime-noexternals.tar.gz 2308ffce8c907ae6b014031c06a5c28c83143b162b1132cc4cb33f3db2eaebca

  • actions-runner-linux-arm64-2.288.1-noruntime-noexternals.tar.gz 9f4f7d02e0855220247c3ce40c220ec0e201bd74f2569d31260381b65d7f5b8b

  • actions-runner-linux-arm-2.288.1-noruntime-noexternals.tar.gz 87e93808efb4c9b270d75c29582c25f8cb2c74d30c87d2a060e3aef616255b76

v2.285.1

09 Dec 10:03
Compare
Choose a tag to compare

Features

  • n/a

Bugs

  • Revert node12 version due to fs.copyFileSync hang actions#1537

Misc

  • n/a

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.285.1/actions-runner-win-x64-2.285.1.zip -OutFile actions-runner-win-x64-2.285.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.1.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.285.1/actions-runner-osx-x64-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.1.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.285.1/actions-runner-linux-x64-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.1.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.285.1/actions-runner-linux-arm64-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.1.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.285.1/actions-runner-linux-arm-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.1.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.285.1.zip 39d48b1bd1eaef2d98f4e8a443fe6ff48c228cbf1139b1f392b5ae507d908446
  • actions-runner-osx-x64-2.285.1.tar.gz e94d16ef8bd1d0b371b7e6242a9cdb673c7bbf94f16d58e384b51c4112b130b5
  • actions-runner-linux-x64-2.285.1.tar.gz 1f46704ce63e1f19304a554e592e46d3e8484bb0c8bc870dc002abadaeb05767
  • actions-runner-linux-arm64-2.285.1.tar.gz 4646cea0e460814c78285595e95bd2bca35925383375e0a32b804bceea695a99
  • actions-runner-linux-arm-2.285.1.tar.gz cfc8c8ecd397d3fdf66cb62b428574d839a772b1977f93a53fc313b0939d11a8

v2.282.1

16 Sep 20:03
f9ce10d
Compare
Choose a tag to compare

Features

N/A

Bugs

  • Revert "More resilient VssConnection client retries in JobServer" (actions#1343)

Misc

N/A

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.282.1/actions-runner-win-x64-2.282.1.zip -OutFile actions-runner-win-x64-2.282.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.282.1.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.282.1/actions-runner-osx-x64-2.282.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.282.1.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.282.1/actions-runner-linux-x64-2.282.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.282.1.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.282.1/actions-runner-linux-arm64-2.282.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.282.1.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.282.1/actions-runner-linux-arm-2.282.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.282.1.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.282.1.zip b1a96b4fef80e7d58c9980c4fa3226a9e74f175bc6ed9f13e16b00edd3406409
  • actions-runner-osx-x64-2.282.1.tar.gz eb8e67436ea904f1a813417ef481c7a9eaa3a0e5b2d7094cf8a1bf011c054f1b
  • actions-runner-linux-x64-2.282.1.tar.gz 09e469eaec4a672785c039f15eda82fae2a70b2fec2b471646d46c476a8a8953
  • actions-runner-linux-arm64-2.282.1.tar.gz 5444a7bb4445bc4fa3a33dfcee4d6460d95611b59240b08b19212ef23c32cae8
  • actions-runner-linux-arm-2.282.1.tar.gz 0fe670d6e9459902d7aab8f4dda865b02aa7024dad8378a9fa84b9fdd16437ff