Skip to content

Commit 7ca1da3

Browse files
authored
Bump workflows to Ubuntu 26.04 (#883)
1 parent f234497 commit 7ca1da3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1111
jobs:
1212
ci:
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-26.04
1414

1515
steps:
1616
- name: Checkout

.github/workflows/pr.yml

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

77
jobs:
88
ci:
9-
runs-on: ubuntu-24.04
9+
runs-on: ubuntu-26.04
1010

1111
steps:
1212
- name: Checkout PR

0 commit comments

Comments
 (0)