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 1cdd1ec commit d4ff34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: ["ubuntu-latest", "macos-14"]
# os: ["ubuntu-latest", "macos-14"]
os: ["macos-14"]

steps:
- name: Check out the repo
Expand All @@ -32,7 +33,6 @@ 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
sudo -i open /Applications/Docker.app
- name: "Setup tmate session"
uses: "mxschmitt/action-tmate@v3"
Expand Down

0 comments on commit d4ff34e

Please sign in to comment.