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