Skip to content

Commit 21e5e72

Browse files
committed
👷 Uses Ubuntu 24.04 for the image build jobs
1 parent fbb9237 commit 21e5e72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/addon-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
118118
test-image-build:
119119
name: ✔️ Verify image build ${{ matrix.architecture }}
120-
runs-on: ubuntu-latest
120+
runs-on: ubuntu-24.04
121121
needs:
122122
- information
123123
strategy:

.github/workflows/addon-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
build-image:
4747
name: 💽 Create image ${{ matrix.architecture }}
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-24.04
4949
needs:
5050
- information
5151
strategy:

0 commit comments

Comments
 (0)