Skip to content

Commit ebe4e1f

Browse files
authored
Merge pull request #150 from nuhkoca/renovate/ubuntu-24.x
Update dependency ubuntu to v24
2 parents 9f1e400 + 182244e commit ebe4e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
check-style:
1313
name: Check Style
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
if: github.event.pull_request.draft == false
1616

1717
steps:
@@ -66,7 +66,7 @@ jobs:
6666
test:
6767
name: Unit Test
6868
needs: check-style
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
if: github.event.pull_request.draft == false
7171

7272
steps:
@@ -104,7 +104,7 @@ jobs:
104104
build:
105105
name: Build
106106
needs: test
107-
runs-on: ubuntu-22.04
107+
runs-on: ubuntu-24.04
108108
if: github.event.pull_request.draft == false
109109

110110
steps:

0 commit comments

Comments
 (0)