Skip to content

Commit 0cfbbf9

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 31484ba commit 0cfbbf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch.yml

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

88
jobs:
99
tests:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-go@v5

.github/workflows/release.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)