Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/mod.ts>Runner

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
enum Runner
import { Runner } from "https://deno.land/x/actionify@0.2.0/mod.ts";

Members

MacOS10_15 = "macos-10.15"
MacOS11 = "macos-11"
MacOS12 = "macos-12"
MacOSLatest = "macos-latest"

The macos-latest label currently uses the macOS 11 runner image.

SelfHosted = "self-hosted"
Ubuntu18_04 = "ubuntu-18.04"
Ubuntu20_04 = "ubuntu-20.04"
Ubuntu22_04 = "ubuntu-22.04"
UbuntuLatest = "ubuntu-latest"
Windows2019 = "windows-2019"
Windows2022 = "windows-2022"
WindowsLatest = "windows-latest"

The windows-latest label currently uses the Windows Server 2022 runner image.