Skip to content

Commit f8adb8b

Browse files
Update dependency ubuntu to v24
1 parent 2e3d957 commit f8adb8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757

5858
jobs:
5959
build-image:
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161
name: Build and push image
6262
timeout-minutes: 30
6363

.github/workflows/build-pixi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757

5858
jobs:
5959
build-image:
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161
name: Build and push image
6262
timeout-minutes: 30
6363

.github/workflows/shortsha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
shortsha:
1313
name: Generate Short SHA for Docker tag
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)