Skip to content

Create main.yml for testing CI actions #1

Create main.yml for testing CI actions

Create main.yml for testing CI actions #1

Workflow file for this run

name: Test Workflow
on:
workflow_dispatch:
push:
pull_request:
jobs:
test:
runs-on: [self-hosted, macOS]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: System information
run: |
uname -a
sw_vers
- name: Hello World
run: echo "Hello World from macOS ARM"