Skip to content

Commit

Permalink
Update itinerant_ruff_fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 20, 2024
1 parent 95e707c commit 6d456b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
home_dir:
runs-on: ubuntu-latest
runs-on: macos-14 # ubuntu-latest
steps:
- run: echo $HOME # '/home/runner'
- uses: actions/checkout@v4
Expand All @@ -19,7 +19,9 @@ jobs:
- run: npm config list
- run: npm config list -l
- run: npm doctor || true
- run: echo ${{ runner.name }}, ${{ runner.os }}, ${{ runner.arch }}, ${{ runner.debug }}, ${{ runner.temp }}, ${{ runner.tool_cache }} || true
- run: echo ${{ runner.name }}, ${{ runner.os }}, ${{ runner.arch }}, ${{ runner.debug }}, ${{ runner.temp }}, ${{ runner.tool_cache }}
- run: echo ${{ runner }} || true
- run: echo toJSON(runner)
itinerant_ruff_fixes:
name: "${{ github.event.inputs.repo }}"
strategy:
Expand Down

0 comments on commit 6d456b7

Please sign in to comment.