We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f63b4 commit 7947872Copy full SHA for 7947872
.github/workflows/docker.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
push:
9
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-24.04'
10
steps:
11
- uses: actions/checkout@v2
12
.github/workflows/main.yml
@@ -13,7 +13,9 @@ jobs:
13
runs-on: ${{ matrix.image }}
14
strategy:
15
matrix:
16
- image: [ ubuntu-20.04, windows-2019 ]
+ image:
17
+ - ubuntu-24.04
18
+ - windows-2019
19
20
21
- name: SBT Cache
.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
test:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
services:
postgres:
0 commit comments