Skip to content

Commit 575335e

Browse files
Update dependency ubuntu to v24
1 parent 283b6ce commit 575335e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_publish_call.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write
3434
contents: write
3535
security-events: write
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-24.04
3737

3838
steps:
3939
- name: Checkout code

.github/workflows/integrate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
lint:
88
name: Lint Check
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- name: Check out code
@@ -20,7 +20,7 @@ jobs:
2020

2121
integration:
2222
name: Integration Test
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
steps:
2626
- name: Check out code

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22
ARG VERSION
33

44
ENV TZ=UTC

0 commit comments

Comments
 (0)