From b501967976e6b46d8c25893ee136d0350fee49ce Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Wed, 29 May 2024 15:22:34 -0700 Subject: [PATCH] fix yaml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: