Skip to content

Commit cff0ea7

Browse files
committed
github workflow update
1 parent 2fce5df commit cff0ea7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
scala: [2.13.4, 2.12.13]
27+
scala: [2.13.4, 2.12.12]
2828
java: [adopt@1.11]
2929
runs-on: ${{ matrix.os }}
3030
steps:
@@ -127,12 +127,12 @@ jobs:
127127
tar xf targets.tar
128128
rm targets.tar
129129
130-
- name: Download target directories (2.12.13)
130+
- name: Download target directories (2.12.12)
131131
uses: actions/download-artifact@v2
132132
with:
133-
name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
133+
name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}
134134

135-
- name: Inflate target directories (2.12.13)
135+
- name: Inflate target directories (2.12.12)
136136
run: |
137137
tar xf targets.tar
138138
rm targets.tar

0 commit comments

Comments
 (0)