Skip to content

Commit

Permalink
name: ${{ runner.os }} on ${{ runner.arch }}
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 5, 2024
1 parent 48ba9ea commit aaa200e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macOS_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
# arch: [arm64, x64]
runs-on: ${{ matrix.os }}
steps:
- name: ${{ runner.os }} on ${{ runner.arch }}
run: |
echo "${{ runner.os }} on ${{ runner.arch }}"
echo ${{ runner.os }} on ${{ runner.arch }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit aaa200e

Please sign in to comment.