Revert "fix os matrix?"
This reverts commit 2a0fe0b106fae625dbb34cd1c4b173ef7498aa53.
This commit is contained in:
parent
ed44ba20d9
commit
0761442b77
6
.github/workflows/cache-merge.yml
vendored
6
.github/workflows/cache-merge.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user