Skip to content

Commit bffa754

Browse files
Update dependency ubuntu to v24
1 parent c2d2830 commit bffa754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
main:
1616
name: Continuous integration
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 20
1919
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"
2020

.github/workflows/pull-request-automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
auto-merge:
1111
name: Auto reviews pull requests from bots
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
timeout-minutes: 5
1414

1515
steps:

0 commit comments

Comments
 (0)