Skip to content

Commit e512af0

Browse files
authoredSep 26, 2024··
Update dependency ubuntu to v24
1 parent 93384ce commit e512af0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
jobs:
88
codecov:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-java@v4

‎.github/workflows/pdd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010
jobs:
1111
pdd:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: volodya-lombrozo/pdd-action@master

‎.github/workflows/xcop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- master
1010
jobs:
1111
xcop:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- uses: g4s8/xcop-action@master

0 commit comments

Comments
 (0)
Please sign in to comment.