Skip to content

Commit

Permalink
try macos latest for the deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Nov 10, 2024
1 parent aa6f659 commit ca98c66
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
needs: test
name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
runs-on: macos-latest

permissions:
contents: read
Expand All @@ -107,8 +107,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx for cache
uses: docker/setup-buildx-action@v3
- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
name: Install QEMU 9.0.2
uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82

- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3

- name: Expose GitHub Runtime for cache
uses: crazy-max/ghaction-github-runtime@v3
Expand Down

0 comments on commit ca98c66

Please sign in to comment.