Skip to content

Commit 9c6f020

Browse files
chore(deps): update dependency ubuntu to v24
1 parent f0d35e6 commit 9c6f020

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: |
3131
github.event_name == 'workflow_dispatch' &&
3232
github.event.inputs.reason != ''
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Log dispatch reason
3636
env:

.github/workflows/deploy_trixie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: |
3131
github.event_name == 'workflow_dispatch' &&
3232
github.event.inputs.reason != ''
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Log dispatch reason
3636
env:

0 commit comments

Comments
 (0)