diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f81d6c2..828fd65d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - "Swiftfin" - "Swiftfin tvOS" - runs-on: macos-14 + runs-on: macos-15 steps: - name: Checkout diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml deleted file mode 100644 index e8c6cf67..00000000 --- a/.github/workflows/draft_release.yml +++ /dev/null @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml deleted file mode 100644 index c1b1e0ac..00000000 --- a/.github/workflows/tag.yml +++ /dev/null @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index c95885a0..1abaaf23 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -6,7 +6,7 @@ on: jobs: test_build: - runs-on: macos-14 + runs-on: macos-15 steps: - name: Checkout