We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe03d6 commit 8eac87eCopy full SHA for 8eac87e
.github/workflows/build-containers.yaml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
changes:
18
name: Get changes
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
20
outputs:
21
matrix: "{\"container\": ${{ steps.reduce.outputs.containers }} }"
22
steps:
@@ -38,7 +38,7 @@ jobs:
38
39
build:
40
name: Build
41
42
needs:
43
- changes
44
strategy:
0 commit comments