Skip to content

Commit bb9fc96

Browse files
committed
Set CI Ubuntu version to 22.04
Ubuntu 24.04 no longer includes `sbt` by default.
1 parent 61d41a9 commit bb9fc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
jobs:
66
format:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
1919
run: sbt Test/scalafmtCheck
2020

2121
test:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2

0 commit comments

Comments
 (0)