Skip to content

Commit 8eac87e

Browse files
Update dependency ubuntu to v24
1 parent 8fe03d6 commit 8eac87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
changes:
1818
name: Get changes
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
outputs:
2121
matrix: "{\"container\": ${{ steps.reduce.outputs.containers }} }"
2222
steps:
@@ -38,7 +38,7 @@ jobs:
3838
3939
build:
4040
name: Build
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-24.04
4242
needs:
4343
- changes
4444
strategy:

0 commit comments

Comments
 (0)