From 61056e17b39c3150114c118e07d3a0a309e17f7a Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 1 Feb 2021 01:26:36 -0500 Subject: [PATCH] Fix GitHub Actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16359e7c2..1462ac1e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: runs-on: ${{ matrix.os }} env: JAVA_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8 - SCALA_212: 2.12.12 - SCALA_213: 2.13.1 + SCALA_212: 2.12.13 + SCALA_213: 2.13.3 UTIL_TESTS: utilCache/test;utilControl/test;utilInterface/test;utilLogging/test;utilPosition/test;utilRelation/test;utilScripted/test;utilTracking/test SBT_LOCAL: false steps: