Update and Clean Up CI (#1314)

This commit is contained in:
Ethan Pippin 2024-11-14 15:56:58 -07:00 committed by GitHub
parent d276bd7449
commit 4dc8a31d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 42 deletions

View File

@ -21,7 +21,7 @@ jobs:
- "Swiftfin"
- "Swiftfin tvOS"
runs-on: macos-14
runs-on: macos-15
steps:
- name: Checkout

View File

@ -1,21 +0,0 @@
on:
repository_dispatch:
types: [draft_release]
jobs:
test_build:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.JF_BOT_TOKEN }}
fetch-depth: 0
- name: Create Release
run: fastlane draftReleaseLane \
repository:${{ github.event.client_payload.repository }} \
apiToken:${{ github.event.client_payload.apiToken }} \
tag:${{ github.event.client_payload.tag }} \
name64:${{ github.event.client_payload.name64 }}

View File

@ -1,19 +0,0 @@
on:
repository_dispatch:
types: [tag]
jobs:
test_build:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.JF_BOT_TOKEN }}
fetch-depth: 0
- name: Add Tag
run: fastlane tagLane \
tag:${{ github.event.client_payload.tag }} \
commit:${{ github.event.client_payload.commit }}

View File

@ -6,7 +6,7 @@ on:
jobs:
test_build:
runs-on: macos-14
runs-on: macos-15
steps:
- name: Checkout