Skip to content

Commit 88a37ca

Browse files
committed
Fix CI
1 parent 63f08b3 commit 88a37ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
fail-fast: false
1616
steps:
@@ -26,7 +26,7 @@ jobs:
2626
run: sbt check
2727

2828
test:
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-24.04
3030
strategy:
3131
fail-fast: false
3232
matrix:
@@ -47,7 +47,7 @@ jobs:
4747
run: sbt ++${{ matrix.scala }}! test
4848

4949
publish:
50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-24.04
5151
needs: [lint, test]
5252
if: github.event_name != 'pull_request'
5353
steps:

0 commit comments

Comments
 (0)