Skip to content

Commit

Permalink
use macos-latest
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <david.wertenteil@kaleido.io>
  • Loading branch information
dwertent committed Nov 5, 2024
1 parent feaa2fc commit ab155b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-image-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
with:
fetch-depth: 0

# # docker is not installed on MacOS - https://github.com/actions/runner-images/issues/2150
# - name: Setup docker (missing on MacOS)
# if: runner.os == 'macos'
# run: |
# brew install docker colima
# colima start
# docker is not installed on MacOS - https://github.com/actions/runner-images/issues/2150
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
brew install docker colima
colima start
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
image_tag: "arm64-${{ inputs.image_tag }}"
push: ${{ inputs.push }}
platforms: linux/arm64
# runs-on: macos-13
runs-on: ubuntu-latest
runs-on: macos-latest
# runs-on: ubuntu-latest
secrets:
username: ${{ secrets.username }}
password: ${{ secrets.password }}
Expand Down

0 comments on commit ab155b2

Please sign in to comment.