Skip to content

Commit

Permalink
do a toy example to check if mac works
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 13, 2024
1 parent 7cf3209 commit ed0a1e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_mac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Toy example mac

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
run:
runs-on: macos-latest

steps:
- name: Checkout code
run: ls

0 comments on commit ed0a1e9

Please sign in to comment.