Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Feb 8, 2024
1 parent 78dfead commit e0458b1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ jobs:
name: macOS
strategy:
matrix:
runs_on: ["macos-14", "ghcr.io/cirruslabs/macos-sonoma-xcode:latest"]
runs_on: ["ghcr.io/cirruslabs/ubuntu-runner-arm64:22.04-sm", "ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm"]
runs-on: ${{ matrix.runs_on }}
steps:
- uses: actions/checkout@v3
- name: install
run: brew update && brew tap jakehilborn/jakehilborn && brew install displayplacer
- name: list
run: displayplacer list
- name: system_profiler
run: system_profiler SPSoftwareDataType SPHardwareDataType
- name: CPU info
run: lscpu | grep MHz
- name: uname
run: uname -a
- name: printenv
Expand Down

0 comments on commit e0458b1

Please sign in to comment.