We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1234c commit d2babb2Copy full SHA for d2babb2
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
linux-latest:
33
name: Linux Latest Config
34
needs: [linux-min]
35
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-26.04
36
strategy:
37
matrix:
38
compiler: [clang++, g++]
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
pre-commit:
13
name: Pre-commit checks
14
- runs-on: ubuntu-22.04
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -20,7 +20,5 @@ jobs:
20
repository: ${{github.event.pull_request.head.repo.full_name}}
21
- name: Set up Python
22
uses: actions/setup-python@v6
23
- with:
24
- python-version: "3.10"
25
- name: Run pre-commit checks on PR
26
uses: pre-commit/action@v3.0.1
0 commit comments