Skip to content

Commit

Permalink
chore: Use macos-14 image
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 7, 2024
1 parent 5f42416 commit 65e8339
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
--health-retries 5
steps:
- name: Install Docker
run: |
brew install --cask docker
open /Applications/Docker.app
# Wait for Docker to start
while ! docker system info > /dev/null 2>&1; do sleep 1; done
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 65e8339

Please sign in to comment.