Skip to main content

Supported runners

Environments in which the Bullfrog GitHub Action operates. Requires v0.11.0.

Supported runner images

GitHub-hosted Ubuntu runners, in every flavour:

  • ubuntu-latest
  • ubuntu-24.04
  • ubuntu-22.04
  • ubuntu-arm-24.04
  • ubuntu-arm-22.04
  • ubuntu-slim

Unsupported configurations

ConfigurationState
Windows runnersNot supported.
macOS runnersNot supported.
Self-hosted runnersNot supported.
Container jobs, meaning a job with a container: keyNot supported. Containers started from a step are supported.

Scope of a single action step

The action applies to one job. Each job in a workflow runs on its own runner, so a job without the Bullfrog step is unfiltered regardless of what other jobs in the same workflow configure.

Within a job, the action applies to the steps that follow it. Connections made by steps placed before it are neither recorded nor filtered.