Skip to content

Commit

Permalink
Disable ios for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 26, 2023
1 parent 55b6ac7 commit af9db01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ jobs:
build_ios_app:
name: Deploy to test flight
runs-on: macos-13
if: startsWith(github.ref, 'refs/tags/')
# https://github.com/coil-kt/coil/issues/1968
if: false
# if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -287,7 +289,7 @@ jobs:
create_release:
name: Create Release
runs-on: windows-latest # for some weird reason this job does not get picked on ubuntu
needs: [ build_bot_artifacts, build_desktop_app, build_android_app, sign_windows_installer, build_ios_app ]
needs: [ build_bot_artifacts, build_desktop_app, build_android_app, sign_windows_installer ]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v3
Expand Down
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[versions]
kotlin = "2.0.0-Beta1"
# lastest ktor version is broken on native
#noinspection GradleDependency
ktor = "2.3.6"
ktor = "2.3.7"
kmongo = "4.10.0"
kord = "0.12.0"
mikbot = "3.27.0"
Expand Down

0 comments on commit af9db01

Please sign in to comment.