Skip to content

Commit

Permalink
Debug macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Kuzminskyi committed Jul 20, 2024
1 parent 1d865c5 commit 283f03d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
sudo hdiutil detach /Volumes/Docker
echo "/Applications/Docker.app/Contents/Resources/bin" >> $GITHUB_PATH
open -a Docker
# - name: "Setup tmate session"
# uses: "mxschmitt/action-tmate@v3"
# if: "${{matrix.os == 'macos-14'}}"
# with:
# limit-access-to-actor: true
- name: "Setup tmate session"
uses: "mxschmitt/action-tmate@v3"
if: "${{matrix.os == 'macos-14'}}"
with:
limit-access-to-actor: true

- name: "Log in to Docker Hub"
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand Down

0 comments on commit 283f03d

Please sign in to comment.