From 5d0f7f91d35541229980079234c76b4e766a64e5 Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
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