Skip to content

Commit

Permalink
ChatGPT says this will give GPU info
Browse files Browse the repository at this point in the history
  • Loading branch information
bmillwood committed May 23, 2024
1 parent f45b365 commit 605b150
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ permissions:
contents: write

jobs:
gpu-info:
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
runs-on:
- macos-13
- macos-latest
steps:
- shell: bash
run: system_profiler SPDisplaysDataType
- shell: bash
run: system_profiler SPHardwareDataType
compatibility-checks:
name: Compatibility Checks
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 605b150

Please sign in to comment.