Skip to content

Dummy change for testing the macOS arm64 runner (2) #4

Dummy change for testing the macOS arm64 runner (2)

Dummy change for testing the macOS arm64 runner (2) #4

Workflow file for this run

name: Manual trigger
on:
push:
paths:
- '.github/workflows/mac-testing.yml'
jobs:
hello:
runs-on: [self-hosted, macOS, ARM64]
steps:
- name: Hello Step
run: echo "Hello world!!"