Skip to content

Commit 7947872

Browse files
committed
CI: update to Ubuntu 24.04
1 parent 77f63b4 commit 7947872

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
push:
9-
runs-on: 'ubuntu-20.04'
9+
runs-on: 'ubuntu-24.04'
1010
steps:
1111
- uses: actions/checkout@v2
1212

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
runs-on: ${{ matrix.image }}
1414
strategy:
1515
matrix:
16-
image: [ ubuntu-20.04, windows-2019 ]
16+
image:
17+
- ubuntu-24.04
18+
- windows-2019
1719
steps:
1820
- uses: actions/checkout@v2
1921
- name: SBT Cache

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414

1515
services:
1616
postgres:

0 commit comments

Comments
 (0)