Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4082034

Browse files
authoredSep 26, 2024··
chore(deps): update dependency ubuntu to v24
1 parent b64e1f3 commit 4082034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
tests:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
steps:
1919
- uses: actions/checkout@v4

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

+1-1
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)
Please sign in to comment.