Skip to content

[c++/python/r] Revert C++20 to C++17 on the release-1.15 branch #1694

[c++/python/r] Revert C++20 to C++17 on the release-1.15 branch

[c++/python/r] Revert C++20 to C++17 on the release-1.15 branch #1694

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
paths-ignore:
- '_quarto.yml'
- 'quarto-materials/*'
- '**/.md'
jobs:
backport:
runs-on: ubuntu-24.04
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}