From d7987db2828ba48e043e21c8a9d5c531558c5f03 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:11:00 +0000 Subject: [PATCH] Revert commit(s) c8c65c1, 2d6e76d --- .github/workflows/ci.yml | 22 +++++++++++----------- build.sbt | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55bd1443..4f029df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/build.sbt b/build.sbt index fb036140..b64ea179 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Scala212 = "2.12.18" +val Scala212 = "2.12.17" val Scala213 = "2.13.11" val Scala3 = "3.2.2"