Skip to content

Commit

Permalink
chore(release): replace colima with native docker in macOS builds (#2188
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vivekgsharma authored Oct 3, 2024
1 parent 09d89f8 commit 75296d5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,11 @@ jobs:
- name: Install macOS build deps
if: runner.os == 'macOS'
run: |
brew install llvm docker colima coreutils
colima start
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
brew install llvm coreutils
- name: Set up Docker for macOS
if: runner.os == 'macOS'
uses: docker-practice/actions-setup-docker@master

- name: Install the Apple certificate
if: runner.os == 'macOS'
Expand Down Expand Up @@ -278,7 +280,7 @@ jobs:

- name: Create package
env:
OSX_KEYCHAIN: $RUNNER_TEMP/app-signing.keychain-db
OSX_KEYCHAIN: ${{ runner.temp }}/app-signing.keychain-db
run: "${GITHUB_WORKSPACE}/scripts/pack_dashmate.sh ${{ matrix.package_type }}"

- name: Upload artifacts to action summary
Expand Down

0 comments on commit 75296d5

Please sign in to comment.