Skip to content

Commit e31329d

Browse files
committed
Bump GHA Ubuntu workflow runners to Ubuntu 26.04
1 parent 9ca0c11 commit e31329d

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
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
linux-min:
1313
name: Linux Min Config
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-26.04
1515
strategy:
1616
matrix:
1717
compiler: [clang++-15, g++-12]

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
pre-commit:
1313
name: Pre-commit checks
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-26.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

0 commit comments

Comments
 (0)