Skip to content

Commit 7f64e58

Browse files
renovate[bot]coderbyheart
authored andcommitted
chore(deps): update dependency ubuntu to v24
1 parent 14524ce commit 7f64e58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
deploy:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
timeout-minutes: 10
2222

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
test-and-release:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
timeout-minutes: 60
2222

.github/workflows/update-repo-info.yaml

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

1515
jobs:
1616
update_repo_info:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)