Skip to main content

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.

Additional Resources

Did this answer your question?