Skip to content

Commit

Permalink
Revert commit(s) c8c65c1, 2d6e76d
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 8, 2023
1 parent c8c65c1 commit d7987db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.2.2, 2.12.18, 2.13.11]
scala: [3.2.2, 2.12.17, 2.13.11]
java: [temurin@8, temurin@11]
project: [rootJS, rootJVM, rootNative]
workers: [1, 4]
exclude:
- scala: 3.2.2
java: temurin@11
- scala: 2.12.18
- scala: 2.12.17
java: temurin@11
- project: rootJS
java: temurin@11
Expand Down Expand Up @@ -226,32 +226,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18, rootJS, 1)
- name: Download target directories (2.12.17, rootJS, 1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1

- name: Inflate target directories (2.12.18, rootJS, 1)
- name: Inflate target directories (2.12.17, rootJS, 1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18, rootJVM, 1)
- name: Download target directories (2.12.17, rootJVM, 1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1

- name: Inflate target directories (2.12.18, rootJVM, 1)
- name: Inflate target directories (2.12.17, rootJVM, 1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18, rootNative, 1)
- name: Download target directories (2.12.17, rootNative, 1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1

- name: Inflate target directories (2.12.18, rootNative, 1)
- name: Inflate target directories (2.12.17, rootNative, 1)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val Scala212 = "2.12.18"
val Scala212 = "2.12.17"
val Scala213 = "2.13.11"
val Scala3 = "3.2.2"

Expand Down

0 comments on commit d7987db

Please sign in to comment.