Skip to content

Commit 487f2c5

Browse files
authored
Merge pull request #46 from mkurz/ubuntu_24.04
CI: Upgrade ubuntu + install sbt
2 parents a76b276 + a51c612 commit 487f2c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
publish-artifacts:
1111
name: JDK 8
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
if: ${{ github.repository_owner == 'sbt' }}
1414
steps:
1515
- name: Checkout
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
jvm: adoptium:8
2929

30+
- name: Install sbt
31+
uses: sbt/setup-sbt@v1
32+
3033
- name: Publish artifacts
3134
run: sbt ci-release
3235
env:

0 commit comments

Comments
 (0)