Skip to content

Commit 137a0cd

Browse files
committed
Try to fix release CI
1 parent c85c5f9 commit 137a0cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Test virtualenv
3434
run: scripts/virtualenv_test.sh 0.5.2
3535
publish:
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-20.04
3737
needs: [test]
3838
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v2.3.4
4141
with:
4242
fetch-depth: 0
4343
- uses: olafurpg/setup-scala@v13

project/metals.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
// This file enables sbt-bloop to create bloop config files.
44

55
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0")
6+

0 commit comments

Comments
 (0)