diff options
| author | Jiuyang liu | 2021-01-14 10:47:05 +0000 |
|---|---|---|
| committer | Jiuyang liu | 2021-01-15 05:01:12 +0000 |
| commit | b96e7dde38576cb7be400bfa28bf77a10091a81f (patch) | |
| tree | b118eb97607b0ebfced714c6c2585ffd5a6d31f9 /.github/workflows/test.yml | |
| parent | b578aa5e45e4ac5c2a71dda42367863a577ccaa4 (diff) | |
farewell Scala 2.11
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
