Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(macos): Trying to run the macos action again #17

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trying macos 13
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
gtardif committed Mar 21, 2024
commit da458842dbc688eb1891ec8e5bb6a38d80d004f6
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [macos-13]
build-url: ["latest"]
#timeout-minutes: 20
steps:
4 changes: 2 additions & 2 deletions start/action.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ runs:
sw_vers
mkdir ./temp
mkdir ./mount
wget -q -O ./temp/DockerDesktop.dmg https://desktop.docker.com/mac/main/amd64/Docker.dmg
wget -q -O ./temp/DockerDesktop.dmg https://desktop-stage.docker.com/mac/main/amd64/Docker.dmg
/usr/bin/hdiutil attach -noverify ./temp/DockerDesktop.dmg -mountpoint ./mount/desktop -nobrowse
echo "dmg mounted"
sudo ./mount/desktop/Docker.app/Contents/MacOS/install --accept-license
@@ -177,4 +177,4 @@ runs:

echo "Docker started and ready"

docker version || /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
#/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check