Revert "fix os matrix?"

This reverts commit 2a0fe0b106fae625dbb34cd1c4b173ef7498aa53.
This commit is contained in:
ahuston-0 2025-03-10 23:55:52 -04:00
parent ed44ba20d9
commit 0761442b77
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -20,7 +20,8 @@ jobs:
name: Merge similar caches name: Merge similar caches
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os:
- [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout this repo - name: Checkout this repo
@ -69,7 +70,8 @@ jobs:
needs: merge-similar-caches needs: merge-similar-caches
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os:
- [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout this repo - name: Checkout this repo