diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff18927..ca9221e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # The API key in APPLE_API_KEY is a PEM cert that must be read from disk: - run: echo "$APPLE_API_KEY" > ./apple-api-key.p8 - if: matrix.os == 'macos-11' + if: startsWith(matrix.os, 'macos-') env: APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}