Skip to content

Commit 1e0a80b

Browse files
committed
downgrade ubuntu in CI
1 parent 9c030d4 commit 1e0a80b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build and Test
2323
strategy:
2424
matrix:
25-
os: [ubuntu-latest]
25+
os: [ubuntu-20.04]
2626
scala: [2.11.12, 2.12.20, 2.13.15, 3.3.4]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
@@ -40,9 +40,6 @@ jobs:
4040
java-version: 8
4141
cache: sbt
4242

43-
- name: Setup sbt
44-
uses: actions/setup-sbt-installer@v1
45-
4643
- name: Scala 2.13 build
4744
if: startsWith(matrix.scala, '2.13')
4845
run: sbt '++ ${{ matrix.scala }}' coverage test coverageReport
@@ -84,9 +81,6 @@ jobs:
8481
java-version: 8
8582
cache: sbt
8683

87-
- name: Setup sbt
88-
uses: actions/setup-sbt-installer@v1
89-
9084
- name: Download target directories (2.11.12)
9185
uses: actions/download-artifact@v4
9286
with:

0 commit comments

Comments
 (0)