From b721d82463f783d56aae4b9e0dda4e13a74f754b Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 3 Jul 2024 20:36:14 +0200 Subject: [PATCH] WIP: This looks promising... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}