Skip to content

Commit 12643a7

Browse files
committed
Update ubuntu version
1 parent 5c0ef9e commit 12643a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
push:
1616
name: Push images
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Check out code
@@ -67,7 +67,7 @@ jobs:
6767

6868
release:
6969
name: Release
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-24.04
7171

7272
# Run only if previous job has succeeded
7373
needs: [push]

0 commit comments

Comments
 (0)