Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Set deployment target to 11 and runner to macos-14-large (intel/x86-64) #717

Set deployment target to 11 and runner to macos-14-large (intel/x86-64)

Set deployment target to 11 and runner to macos-14-large (intel/x86-64) #717

Workflow file for this run

name: "Mirrored at notabug.org"
on: [push, delete]
jobs:
to_notabug:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
"git@notabug.org:${{ github.repository }}.git"
ssh_private_key:
${{ secrets.MIRROR_PUSH_KEY }}