Skip to content

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

Dummy change for testing the macOS arm64 runner (4)

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

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!!"