Skip to content

Commit

Permalink
Update publish-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 22, 2024
1 parent b6ee2c5 commit 841c0a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
amd64:
runs-on: ubuntu-22.04
needs: image-name
needs: image-tag
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# Disabled until macOS GitHub runners uses M2 that can do nested virtualization
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#limitations-for-arm64-macos-runners
runs-on: macos-14
needs: image-name
needs: image-tag
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

arm64-emulation:
runs-on: ubuntu-22.04
needs: image-name
needs: image-tag
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 841c0a4

Please sign in to comment.