fix os matrix? #34
6
.github/workflows/cache-merge.yml
vendored
6
.github/workflows/cache-merge.yml
vendored
@ -20,8 +20,7 @@ jobs:
|
|||||||
name: Merge similar caches
|
name: Merge similar caches
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os: [ubuntu-latest]
|
||||||
- [ubuntu-latest]
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this repo
|
- name: Checkout this repo
|
||||||
@ -70,8 +69,7 @@ jobs:
|
|||||||
needs: merge-similar-caches
|
needs: merge-similar-caches
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os: [ubuntu-latest]
|
||||||
- [ubuntu-latest]
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout this repo
|
- name: Checkout this repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user