Skip to content

Update main.yml to use GCC 12 as GCC 11 is no longer available on macos image #4343

Update main.yml to use GCC 12 as GCC 11 is no longer available on macos image

Update main.yml to use GCC 12 as GCC 11 is no longer available on macos image #4343

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Assign Label
uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"