From 4b564319c3a3e688a94f06af9bb6b40364d630bd Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 25 Nov 2024 17:32:46 -0500 Subject: [PATCH] --- .github/workflows/plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index e832e74f8..1b4f2862c 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -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