Skip to content

Commit f700aa0

Browse files
committed
test
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
1 parent b1c7ff1 commit f700aa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
with:
4343
ruby-version: ${{ matrix.ruby }}
4444
bundler-cache: true
45-
- name: Update openssl on macOS
46-
if: runner.os == 'macOS'
47-
run: |
48-
brew update
49-
brew upgrade openssl@3 || true
45+
# - name: Update openssl on macOS
46+
# if: runner.os == 'macOS'
47+
# run: |
48+
# brew update
49+
# brew upgrade openssl@3 || true
5050
- name: Chef Omnibus download Test
5151
run: bundle exec mixlib-install download chef
5252
- name: Chef Licensed download Test

0 commit comments

Comments
 (0)