Skip to content

Commit

Permalink
Create 10610.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan authored Sep 13, 2024
1 parent 3d8e137 commit 066be68
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/10610.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test 10610

on:
workflow_dispatch:

jobs:
test-macos:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'macos-14']

steps:
- name : Get details
run : |
cd /Applications/
ls -ltr

0 comments on commit 066be68

Please sign in to comment.