How to verify your Machine Runner Version

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

 

Additional Resources

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.