Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 25, 2024
1 parent bbc5409 commit 4b56431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Login to the GitHub Container Registry to reduce trivy rate limiting errors
- name: Log in to registry
# macOS does not support Docker
if: matrix.os != 'macos-latest-xlarge'
if: matrix.os != 'macos-latest-xlarge' && matrix.os != 'macos-15-xlarge'
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Run plugins tests
Expand Down

0 comments on commit 4b56431

Please sign in to comment.