Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Remove macos-12.

Remove macos-12. #1070

Workflow file for this run

name: ClangFormat
concurrency:
group: ${{ github.workflow }}#${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
- main
- v2.x
jobs:
Code_Format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format
run: |
bash bin/format.sh