Skip to content

Commit 8011568

Browse files
committed
drop macOS, due to slowness
1 parent 986f510 commit 8011568

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ jobs:
150150
runs-on: macos-latest
151151
steps:
152152
- name: Install shunit2
153-
run: |
154-
brew update
155-
brew install shunit2
153+
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install shunit2
156154

157155
- name: Checkout repository
158156
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)