Skip to content

Commit d2babb2

Browse files
authored
Bump GHA Ubuntu workflow runners to Ubuntu 26.04 (#1026)
1 parent 4a1234c commit d2babb2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
linux-latest:
3333
name: Linux Latest Config
3434
needs: [linux-min]
35-
runs-on: ubuntu-24.04
35+
runs-on: ubuntu-26.04
3636
strategy:
3737
matrix:
3838
compiler: [clang++, g++]

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 3 deletions
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
@@ -20,7 +20,5 @@ jobs:
2020
repository: ${{github.event.pull_request.head.repo.full_name}}
2121
- name: Set up Python
2222
uses: actions/setup-python@v6
23-
with:
24-
python-version: "3.10"
2523
- name: Run pre-commit checks on PR
2624
uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)