Skip to content

✨ Add GCC 11.3 support #3

✨ Add GCC 11.3 support

✨ Add GCC 11.3 support #3

Workflow file for this run

name: 🚀 Deploy
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
deploy_11_3:
uses: ./.github/workflows/ci.yml
with:
version: "11.3"
secrets: inherit
deploy_12_2:
uses: ./.github/workflows/ci.yml
with:
version: "12.2"
secrets: inherit
deploy_12_3:
uses: ./.github/workflows/ci.yml
with:
version: "12.3"
secrets: inherit