Skip to content

Commit 1f91e0a

Browse files
Update dependency ubuntu to v24
1 parent af1c88d commit 1f91e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- build-test
5252
if: (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
5353
name: Deploy and Release
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
permissions: write-all
5656
steps:
5757
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)