From 2a0fe0b106fae625dbb34cd1c4b173ef7498aa53 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 00:48:57 -0400 Subject: [PATCH] fix os matrix? --- .github/workflows/cache-merge.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cache-merge.yml b/.github/workflows/cache-merge.yml index b6e84b6..ee7a5f9 100644 --- a/.github/workflows/cache-merge.yml +++ b/.github/workflows/cache-merge.yml @@ -20,8 +20,7 @@ jobs: name: Merge similar caches strategy: matrix: - os: - - [ubuntu-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout this repo @@ -70,8 +69,7 @@ jobs: needs: merge-similar-caches strategy: matrix: - os: - - [ubuntu-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout this repo