summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJiuyang liu2021-01-14 10:47:05 +0000
committerJiuyang liu2021-01-15 05:01:12 +0000
commitb96e7dde38576cb7be400bfa28bf77a10091a81f (patch)
treeb118eb97607b0ebfced714c6c2585ffd5a6d31f9 /.github/workflows
parentb578aa5e45e4ac5c2a71dda42367863a577ccaa4 (diff)
farewell Scala 2.11
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 52c60702..f9c2b2b0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- scala: [2.12.12, 2.11.12]
+ scala: [2.12.12]
container:
image: ucbbar/chisel3-tools
options: --user github --entrypoint /bin/bash