Overview
In some cases, you may need to verify what version of Machine Runner your CircleCI Machine Runner is using.
Below are the steps to verify this.
Steps to Check Your Runner Version
After SSHing into your Runner Instance, please run the following command.
Linux:
$ sudo apt show circleci-runner
MacOS:
$ brew info circleci-runner
You can additionally check the Runner UI of your organization via the following link.
https://app.circleci.com/runners/<your_vcs>/<your_org>/inventory
Comments
Article is closed for comments.