Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Aug 14, 2024
1 parent 91295e3 commit 4135cf2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma", "macos-14"]
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma", "ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
runs-on: ${{ matrix.runner }}

steps:
Expand All @@ -23,7 +23,5 @@ jobs:
run: uptime
- name: uname
run: uname -a
- name: install
run: brew install switchaudio-osx sox
- name: switchaudio-osx
run: SwitchAudioSource -a
- name: disk
run: df -h

0 comments on commit 4135cf2

Please sign in to comment.