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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |