diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bce9306..2ee6102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,11 +86,11 @@ jobs: osx: runs-on: ${{ matrix.runner }} - strategy: - matrix: - runner: - - macos-13 - - macos-latest + strategy: + matrix: + runner: + - macos-13 + - macos-latest permissions: id-token: write # This is required for requesting the JWT steps: