Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad authored Aug 27, 2024
1 parent 4188c80 commit 2556235
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: push

jobs:
arm:
runs-on: macos-latest
steps:
- name: Get architecture
run: uname -m
regular:
runs-on: macos-latest-large
steps:
- name: Get arch again
run: uname -m

0 comments on commit 2556235

Please sign in to comment.