Skip to content

Commit

Permalink
Create ci.macos.arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 authored Sep 6, 2023
1 parent 4fe2f3b commit 662971d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.macos.arm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: macOS ARM

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
macOS-clang:
runs-on: [self-hosted, macOS, ARM64]

steps:
- uses: actions/checkout@v3

- name: Install Dependencies
run: |
ls
pwd
- name: Build
run: |
ls
pwd
- name: Test
run: |
ls
pwd

0 comments on commit 662971d

Please sign in to comment.